OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self) |
def | convert (self, value, param, ctx) |
![]() | |
def | __call__ (self, value, param=None, ctx=None) |
def | get_metavar (self, param) |
def | get_missing_message (self, param) |
def | split_envvar_value (self, rv) |
def | fail (self, message, param=None, ctx=None) |
Data Fields | |
path_type | |
Static Public Attributes | |
string | name = "path" |
![]() | |
bool | is_composite = False |
name = None | |
envvar_list_splitter = None | |
Click option type for the ``--cert`` option. Allows either an existing file, the string ``'adhoc'``, or an import for a :class:`~ssl.SSLContext` object.
def __init__ | ( | self | ) |
def convert | ( | self, | |
value, | |||
param, | |||
ctx | |||
) |
Converts the value. This is not invoked for values that are `None` (the missing value).
Reimplemented from ParamType.
|
static |
path_type |