| Method Summary |
| |
__init__(self,
*opts,
**attrs)
|
| |
__str__(self)
|
| |
check_value(self,
opt,
value)
|
| |
convert_value(self,
opt,
value)
|
| |
get_opt_string(self)
|
| |
process(self,
opt,
value,
values,
parser)
|
| |
take_action(self,
action,
dest,
opt,
value,
values,
parser)
|
| |
takes_value(self)
|
| Class Variable Summary |
tuple |
ACTIONS = ('store', 'store_const', 'store_true', 'store_...
|
tuple |
ALWAYS_TYPED_ACTIONS = ('store', 'append')
|
list |
ATTRS = ['action', 'type', 'dest', 'default', 'nargs', '...
|
list |
CHECK_METHODS = [<function _check_action at 0x5c7570>, <...
|
tuple |
STORE_ACTIONS = ('store', 'store_const', 'store_true', '...
|
dict |
TYPE_CHECKER = {'int': <function check_builtin at 0x5b93...
|
tuple |
TYPED_ACTIONS = ('store', 'append', 'callback')
|
tuple |
TYPES = ('string', 'int', 'long', 'float', 'complex', 'c...
|