Public Member Functions | |
def | __init__ (self, argument, message) |
def | __str__ (self) |
Public Attributes | |
argument_name | |
message | |
An error from creating or using an argument (optional or positional). The string value of this exception is the message, augmented with information about the argument that caused it.
Definition at line 710 of file argparse.py.
def basis.argparse.ArgumentError.__init__ | ( | self, | |
argument, | |||
message | |||
) |
Definition at line 717 of file argparse.py.
def basis.argparse.ArgumentError.__str__ | ( | self | ) |
Definition at line 721 of file argparse.py.
basis.argparse.ArgumentError.argument_name |
Definition at line 718 of file argparse.py.
basis.argparse.ArgumentError.message |
Definition at line 719 of file argparse.py.