This class represents a command line argument error. More...
Public Member Functions | |
| def | __init__ |
| def | __str__ |
Data Fields | |
| msg | |
This class represents a command line argument error.
Definition at line 114 of file cmdline.py.
| def __init__ | ( | self, | ||
| message, | ||||
| args, | ||||
| kwargs | ||||
| ) |
Class represents an error.
Definition at line 115 of file cmdline.py.
| def __str__ | ( | self | ) |
Definition at line 122 of file cmdline.py.
Definition at line 120 of file cmdline.py.
1.6.1