
Public Member Functions | |
| __init__ (self, initial_config=None) | |
| __call__ (self, arg) | |
Public Attributes | |
| dict | config = {} if initial_config is None else initial_config |
Helper class to be able to process option files or options callables as they come along in the arguments.
Definition at line 527 of file gaudirun.py.
| gaudirun.ArgProcessor.__init__ | ( | self, | |
| initial_config = None ) |
Definition at line 533 of file gaudirun.py.
| gaudirun.ArgProcessor.__call__ | ( | self, | |
| arg ) |
Definition at line 536 of file gaudirun.py.
| dict gaudirun.ArgProcessor.config = {} if initial_config is None else initial_config |
Definition at line 534 of file gaudirun.py.