OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | convert (self, value, param, ctx) |
![]() | |
def | __init__ (self, exists=False, file_okay=True, dir_okay=True, writable=False, readable=True, resolve_path=False, allow_dash=False, path_type=None) |
def | coerce_path_result (self, rv) |
![]() | |
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) |
Static Public Attributes | |
type = click.Path(exists=True, dir_okay=False, resolve_path=True), | |
help = "Enable or disable the reloader. By default the reloader " | |
callback = _validate_key, | |
bool | expose_value = False, |
string | help = "The key file to use when specifying a certificate.", |
default = None, | |
bool | default = True, |
tuple | help |
![]() | |
envvar_list_splitter = os.path.pathsep | |
![]() | |
bool | is_composite = False |
name = None | |
envvar_list_splitter = None | |
Additional Inherited Members | |
![]() | |
exists | |
file_okay | |
dir_okay | |
writable | |
readable | |
resolve_path | |
allow_dash | |
type | |
name | |
path_type | |
Click option type that accepts a list of values separated by the OS's path separator (``:``, ``;`` on Windows). Each value is validated as a :class:`click.Path` type.
def convert | ( | self, | |
value, | |||
param, | |||
ctx | |||
) |
Converts the value. This is not invoked for values that are `None` (the missing value).
Reimplemented from Path.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |