Package iceprod :: Package client :: Module commands :: Class help
[hide private]
[frames] | no frames]

Class help

source code

object --+        
         |        
   Command --+    
             |    
         usage --+
                 |
                help

Command: help [<command>]
 
Lists the help, either for general usage or for specific commands.
 
Arguments:
  <command>  (Optional)  If omitted, prints usage.
             If specified, prints help for specific command.
 

Instance Methods [hide private]
 
Execute(self, shell) source code
 
_listmodules(self, package_name='') source code
 
_pythonhelp(self, item) source code

Inherited from usage (private): _listcommands, _usage

Inherited from Command: CheckArgs

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

Class Variables [hide private]
  shortdoc = 'help [<command>] : Print usage or detailed help'
hash(x)

Inherited from usage: usage

Inherited from Command: numArgs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Execute(self, shell)

source code 
Overrides: Command.Execute