|
def | __init__ (self, option_strings, dest, const, default=None, required=False, help=None, metavar=None) |
|
def | __call__ (self, parser, namespace, values, option_string=None) |
|
def | __init__ (self, option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None) |
|
def | __repr__ (self) |
|
|
| option_strings |
|
| dest |
|
| nargs |
|
| const |
|
| default |
|
| type |
|
| choices |
|
| required |
|
| help |
|
| metavar |
|
Definition at line 840 of file argparse.py.
The documentation for this class was generated from the following file: