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

Class open

source code

object --+    
         |    
   Command --+
             |
            open

Command: open <filename>

Open a steering file.
 
Arguments:
  <filename>  File name to open
  
Returns:
  No return if successful, error on failure.
  
Examples:
  Open file dataset_1234.xml
     open dataset_1234.xml
 

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 = 'open <filename> : Open a steering file.'
hash(x)
  numArgs = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Execute(self, shell)

source code 
Overrides: Command.Execute