otsdaq_utilities  v2_05_02_indev
argparse.ArgumentError Class Reference
Inheritance diagram for argparse.ArgumentError:

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 argument_name
 
 message
 

Detailed Description

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 685 of file argparse.py.


The documentation for this class was generated from the following file: