Package solvcon :: Module cmdutil :: Class Command
[hide private]
[frames] | no frames]

Class Command

source code

object --+
         |
        Command
Known Subclasses:

Command line parameters.

Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]
 
__init__(self, env)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  min_args = 0
minimal length of command line arguments to a command.
Instance Variables [hide private]
  _opargs
tuple for storing options and arguments.
  _usage
generic usage string for the UI.
  env
environmental object.
  op
overall option parser object.
  opg_global
group for global options.
Properties [hide private]
  command_description
  usage
  opargs

Inherited from object: __class__

Method Details [hide private]

__init__(self, env)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

command_description

Get Method:
unreachable.command_description(self)

usage

Get Method:
unreachable.usage(self)

opargs

Get Method:
unreachable.opargs(self)