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

Class edit

source code

object --+    
         |    
   Command --+
             |
            edit

Command: edit

Edit the currently open steering file.
(Must have previously opened or downloaded a steering file)
 
Arguments: none
  
Returns:
  Opens the steering file in the editor set by the
  environment variable EDITOR.  Default is vi.
 

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 = 'edit : Edit 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