|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_getPreCommandOptions(self,
argv,
cfg)
Allow the user to specify generic flags before they specify the
command to run. |
source code
|
|
|
|
|
|
|
getConfigFile(self,
argv)
Find the appropriate config file |
source code
|
|
|
|
|
|
|
| getParserByClass(self,
commandClass,
commandName=None) |
source code
|
|
|
|
|
|
|
| _getUsageByClass(self,
commandClass,
commandName=None) |
source code
|
|
|
|
|
|
|
|
|
|
main(self,
argv=None,
debuggerException=<class exceptions.Exception at 0x2b2d7ea760b0>,
cfg=None,
**kw)
Process argv and execute commands as specified. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|