Public Member Functions | |
def | __init__ |
def | __str__ |
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 700 of file argparse.py.
def argparse.ArgumentError.__init__ | ( | self, | |
argument, | |||
message | |||
) |
Definition at line 707 of file argparse.py.
def argparse.ArgumentError.__str__ | ( | self | ) |
Definition at line 711 of file argparse.py.
References argparse.ArgumentError.argument_name, python.rootplot.argparse.ArgumentError.argument_name, python.multivaluedict.dict, rrapi.RRApiError.message, cscdqm::Exception.message, DQMNet::QValue.message, ConfigBuilder.ConfigBuilder.message, argparse.ArgumentError.message, and python.rootplot.argparse.ArgumentError.message.
argparse.ArgumentError.argument_name |
Definition at line 708 of file argparse.py.
Referenced by argparse.ArgumentError.__str__().
argparse.ArgumentError.message |
Definition at line 709 of file argparse.py.
Referenced by argparse.ArgumentError.__str__().