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

Class quit

source code

object --+        
         |        
   Command --+    
             |    
          exit --+
                 |
                quit

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

Instance Methods [hide private]

Inherited from exit: Execute

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]
  __doc__ = exit.__doc__
  shortdoc = 'quit : Exit iceprodsh. AKA: exit'
hash(x)

Inherited from Command: numArgs

Properties [hide private]

Inherited from object: __class__