Undocumented
Class Variable | is_composite |
Undocumented |
Property | arity |
Undocumented |
Inherited from ParamType
:
Method | __call__ |
Undocumented |
Method | convert |
Convert the value to the correct type. This is not called if the value is None (the missing value). |
Method | fail |
Helper method to fail with an invalid value message. |
Method | get_metavar |
Returns the metavar default for this param if it provides one. |
Method | get_missing_message |
Optionally might return extra information about a missing parameter. |
Method | shell_complete |
No summary |
Method | split_envvar_value |
Given a value from an environment variable this splits it up into small chunks depending on the defined envvar list splitter. |
Method | to_info_dict |
Gather information that could be useful for a tool generating user-facing documentation. |
Class Variable | envvar_list_splitter |
Undocumented |
Class Variable | name |
Undocumented |