class documentation

class CertParamType(click.ParamType): (source)

View In Hierarchy

Click option type for the ``--cert`` option. Allows either an existing file, the string ``'adhoc'``, or an import for a :class:`~ssl.SSLContext` object.

Method __init__ Undocumented
Method convert Undocumented
Class Variable name Undocumented
Instance Variable path_type Undocumented
def __init__(self): (source)

Undocumented

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

Undocumented

Undocumented

path_type = (source)

Undocumented