There are no base classes.
There are no implemented interfaces.
ACTIONS
(type:
tuple
)
('store', 'store_const', 'store_true', 'store_false', 'append', 'count', 'callback', 'help', 'version')
ALWAYS_TYPED_ACTIONS
(type:
tuple
)
('store', 'append')
ATTRS
(type:
list
)
['action', 'type', 'dest', 'default', 'nargs', 'const', 'choices', 'callback', 'callback_args', 'callback_kwargs', 'help', 'metavar']
CHECK_METHODS
(type:
list
)
[<function _check_action at 0x4071cf7c>, <function _check_type at 0x4071cfb4>, <function _check_choice at 0x4072302c>, <function _check_dest at 0x40723064>, <function _check_const at 0x4072309c>, <function _check_nargs at 0x407230d4>, <function _check_callback at 0x4072310c>]
STORE_ACTIONS
(type:
tuple
)
('store', 'store_const', 'store_true', 'store_false', 'append', 'count')
TYPED_ACTIONS
(type:
tuple
)
('store', 'append', 'callback')
TYPES
(type:
tuple
)
('string', 'int', 'long', 'float', 'complex', 'choice')
TYPE_CHECKER
(type:
dict
)
{'int': <function check_builtin at 0x4071c8ec>, 'float': <function check_builtin at 0x4071c8ec>, 'complex': <function check_builtin at 0x4071c8ec>, 'long': <function check_builtin at 0x4071c8ec>, 'choice': <function check_choice at 0x4071ce2c>}
check_value(opt, value)
convert_value(opt, value)
get_opt_string()
process(opt, value, values, parser)
take_action(action, dest, opt, value, values, parser)
takes_value()