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', 'validator', 'overrides']CHECK_METHODS
(type:
list)
[<function _check_action at 0x2aaaafef9b90>, <function _check_type at 0x2aaaafef9c08>, <function _check_choice at 0x2aaaafef9c80>, <function _check_dest at 0x2aaaafef9cf8>, <function _check_const at 0x2aaaafef9d70>, <function _check_nargs at 0x2aaaafef9de8>, <function _check_callback at 0x2aaaafef9e60>]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 0x2aaaafef8cf8>, 'float': <function check_builtin at 0x2aaaafef8cf8>, 'complex': <function check_builtin at 0x2aaaafef8cf8>, 'long': <function check_builtin at 0x2aaaafef8cf8>, 'choice': <function check_choice at 0x2aaaafef98c0>}check_value(opt, value)
convert_value(opt, value)
get_opt_string()
process(opt, value, values, parser)
Call the validator function on applicable settings and evaluate the 'overrides' option. Extends optparse.Option.process.
take_action(action, dest, opt, value, values, parser)
takes_value()
There are no known subclasses.