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

Class save

source code

object --+    
         |    
   Command --+
             |
            save

Command: save [<filename>]

Save the currently open steering file.
(Must have previously opened or downloaded a steering file)
 
Arguments:
  <filename>  (Optional) Name of file to save to.  
              If not specified, filename is either the
              file it was opened from, the file it was
              last saved to, or the dataset id if it
              was downloaded.
  
Returns:
  Saves steering to file.  No visible return.     
 

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 = 'save [<filename>] : Save the currently open steeri...
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

Class Variable Details [hide private]

shortdoc

hash(x)

Value:
'save [<filename>] : Save the currently open steering file.'