|
|
| __init__(self,
*opts,
**attrs) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _check_opt_strings(self,
opts) |
|
|
|
|
|
|
|
|
|
|
| _set_opt_strings(self,
opts) |
|
|
|
|
| check_value(self,
opt,
value) |
|
|
|
|
| convert_value(self,
opt,
value) |
|
|
|
|
|
|
|
| process(self,
opt,
value,
values,
parser) |
|
|
|
|
| take_action(self,
action,
dest,
opt,
value,
values,
parser) |
|
|
|
|
|
|
|
ACTIONS = ('store', 'store_const', 'store_true', 'store_false'...
|
|
|
ALWAYS_TYPED_ACTIONS = ('store', 'append')
|
|
|
ATTRS = ['action', 'type', 'dest', 'default', 'nargs', 'const'...
|
|
|
CHECK_METHODS = [<function _check_action at 0x7f4fe2416500>, <...
|
|
|
CONST_ACTIONS = ('store_const', 'append_const')
|
|
|
STORE_ACTIONS = ('store', 'store_const', 'store_true', 'store_...
|
|
|
TYPED_ACTIONS = ('store', 'append', 'callback')
|
|
|
TYPES = ('string', 'int', 'long', 'float', 'complex', 'choice')
|
|
|
TYPE_CHECKER = {'choice': <function check_choice at 0x7f4fe241...
|