| Home | Trees | Indices | Help |
|
|---|
|
|
Container to store the specified set of arguments required by the program. It has separate lists for mandatory and optional argument definitions, and is a dictionary of argument example values referenced by name. Supplied argument values from getopt are passed through to processArgs() to provide a command-line argument look-up table for the program.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
| str |
|
||
| str |
|
||
| dict{str : str} |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialise with the list of argument definitions for this program.
|
Add a single argument.
|
|
|
Processes the argument values supplied on the command-line, to return a look-up table to obtain argument values from their names.
|
Removes specified argument from the list of supported arguments.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 8 15:46:50 2014 | http://epydoc.sourceforge.net |