|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addDocs(self,
argDef)
Parse a docs dict assigned at the class level and add those docs
to the parameters being sent to parseOptions. |
source code
|
|
|
|
|
|
|
processConfigOptions(self,
cfg,
cfgMap,
argSet)
Manage any config maps we've set up, converting assigning them to
the config object. |
source code
|
|
|
|
| requireParameters(self,
args,
expected=None,
allowExtra=False,
appendExtra=False,
maxExtra=None) |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|