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

Class exit

source code

object --+    
         |    
   Command --+
             |
            exit
Known Subclasses:

Command: exit
  or  quit
 
Exit iceprodsh.
Also saves the default configuration settings 
and history to the home directory.
 

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 = 'exit : Exit iceprodsh. AKA: quit'
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