Base class for all sub-calls.
|
__init__(self,
name="cli",
usage=None,
shortdesc=None,
description=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
setup_option_parser(self,
usage,
description,
skip_actions) |
source code
|
|
|
_add_common_options(self)
Common options to all modules. |
source code
|
|
|
_get_action(self)
Validate the arguments passed in and determine what action to take |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|