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

Class get

source code

object --+    
         |    
   Command --+
             |
            get

Command: get <variable> [<variable>]

Get local variable(s) in iceprodsh.
Can get multiple variables at once.

Arguments:
  <variable>  The variable to get
              (username, url, production, test, editor)
  
Returns:
  Print variables and values out to shell.
  Print error on unknown variables.

Instance Methods [hide private]
 
Execute(self, shell) source code

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 = 'get <variable> : Get a local variable'
hash(x)
  numArgs = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Execute(self, shell)

source code 
Overrides: Command.Execute