OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, message, ctx=None, param=None, param_hint=None) |
def | format_message (self) |
![]() | |
def | __init__ (self, message, ctx=None) |
def | show (self, file=None) |
![]() | |
def | __init__ (self, message) |
def | __str__ (self) |
def | __str__ (self) |
Data Fields | |
param | |
param_hint | |
![]() | |
ctx | |
cmd | |
![]() | |
message | |
Additional Inherited Members | |
![]() | |
int | exit_code = 2 |
![]() | |
int | exit_code = 1 |
An exception that formats out a standardized error message for a bad parameter. This is useful when thrown from a callback or type as Click will attach contextual information to it (for instance, which parameter it is). .. versionadded:: 2.0 :param param: the parameter object that caused this error. This can be left out, and Click will attach this info itself if possible. :param param_hint: a string that shows up as parameter name. This can be used as alternative to `param` in cases where custom validation should happen. If it is a string it's used as such, if it's a list then each item is quoted and separated.
def __init__ | ( | self, | |
message, | |||
ctx = None , |
|||
param = None , |
|||
param_hint = None |
|||
) |
def format_message | ( | self | ) |
Reimplemented from ClickException.
Reimplemented in MissingParameter.
param |
param_hint |