Public Member Functions | |
def | __init__ |
def | __init__ |
def | __str__ |
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 683 of file argparse.py.
def argparse.ArgumentError.__init__ | ( | self, | |
argument, | |||
message | |||
) |
Definition at line 690 of file argparse.py.
Referenced by argparse.ArgumentError.__init__(), and argparse.ArgumentError.__str__().
def argparse.ArgumentError.__init__ | ( | self, | |
argument, | |||
message | |||
) |
Definition at line 707 of file argparse.py.
References argparse.ArgumentError.__init__(), argparse._get_action_name(), argparse.ArgumentError.argument_name, cscdqm::Exception.message, DQMNet::QValue.message, edm::TransEntry.message, and argparse.ArgumentError.message.
def argparse.ArgumentError.__str__ | ( | self | ) |
Definition at line 694 of file argparse.py.
References argparse.ArgumentError.argument_name, python.multivaluedict.dict, cscdqm::Exception.message, DQMNet::QValue.message, edm::TransEntry.message, and argparse.ArgumentError.message.
Referenced by argparse.ArgumentError.__str__().
def argparse.ArgumentError.__str__ | ( | self | ) |
Definition at line 711 of file argparse.py.
References argparse.ArgumentError.__init__(), argparse.ArgumentError.__str__(), argparse.ArgumentError.argument_name, python.multivaluedict.dict, cscdqm::Exception.message, DQMNet::QValue.message, edm::TransEntry.message, and argparse.ArgumentError.message.
argparse.ArgumentError.argument_name |
Definition at line 691 of file argparse.py.
Referenced by argparse.ArgumentError.__init__(), argparse.ArgumentError.__str__(), and python.rootplot.argparse.ArgumentError.__str__().
argparse.ArgumentError.message |
Definition at line 692 of file argparse.py.
Referenced by argparse.ArgumentError.__init__(), argparse.ArgumentError.__str__(), and python.rootplot.argparse.ArgumentError.__str__().