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

Class close

source code

object --+    
         |    
   Command --+
             |
            close

Command: close

Close the currently open steering file. (Does nothing if no file is open)

Arguments: none

Returns: none

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

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

Class Variables [hide private]
  shortdoc = 'close : Close the currently open steering file.'
hash(x)

Inherited from Command: numArgs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Execute(self, shell)

source code 
Overrides: Command.Execute

CheckArgs(self, args)

source code 
Overrides: Command.CheckArgs