ATLAS Offline Software
|
Factory class used to generate argparse actions, actions should be used when arguments are used without value, like boolean flags. More...
Public Member Functions | |
def | __init__ (self, genclass, *args, **kwargs) |
def | factory (self) |
def | __call__ (self, option_strings, dest, **kwargs) |
def | __str__ (self) |
Private Attributes | |
_factory | |
Factory class used to generate argparse actions, actions should be used when arguments are used without value, like boolean flags.
Definition at line 83 of file trfArgClasses.py.
def python.trfArgClasses.argActionFactory.__init__ | ( | self, | |
genclass, | |||
* | args, | ||
** | kwargs | ||
) |
Definition at line 84 of file trfArgClasses.py.
def python.trfArgClasses.argActionFactory.__call__ | ( | self, | |
option_strings, | |||
dest, | |||
** | kwargs | ||
) |
Definition at line 92 of file trfArgClasses.py.
def python.trfArgClasses.argActionFactory.__str__ | ( | self | ) |
Definition at line 95 of file trfArgClasses.py.
def python.trfArgClasses.argActionFactory.factory | ( | self | ) |
Definition at line 89 of file trfArgClasses.py.
|
private |
Definition at line 86 of file trfArgClasses.py.