class documentation

class IntParamType(_NumberParamTypeBase):

Known subclasses: click.types.IntRange

View In Hierarchy

Undocumented

Method __repr__ Undocumented
Class Variable name Undocumented

Inherited from _NumberParamTypeBase:

Method convert Convert the value to the correct type. This is not called if the value is None (the missing value).
Class Variable ​_number​_class Undocumented

Inherited from ParamType (via _NumberParamTypeBase):

Method __call__ Undocumented
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 arity Undocumented
Class Variable envvar​_list​_splitter Undocumented
Class Variable is​_composite Undocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
name: str =
overridden in click.types.IntRange

Undocumented