LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Public Member Functions | |
__init__ (self, description, fullhelp=None) | |
add_argument (self, *args, **kwargs) | |
setFullhelp (self, fullhelp=None) | |
modelSelectionPositionalOptions (self) | |
modelSelectionOptions (self) | |
trajOptions (self) | |
parse_args (self) | |
header (self) | |
Public Attributes | |
parser | |
optionSets | |
Parse command line options and implement common sets of options Implemented as a wrapper around argparse
loos.pyloos.options.LoosOptions.add_argument | ( | self, | |
* | args, | ||
** | kwargs ) |
Wrap add_argument so clients don't reach into the parser