class documentation

class CertParamType(click.ParamType):

View In Hierarchy

Click option type for the --cert option. Allows either an existing file, the string 'adhoc', or an import for a ~ssl.SSLContext object.
Method __init__ Undocumented
Method convert Undocumented
Class Variable name Undocumented
Instance Variable path​_type Undocumented
def __init__(self):

Undocumented

def convert(self, value, param, ctx):

Undocumented

name: str =

Undocumented

path_type =

Undocumented