| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        Application
Base CSB application class.
| Nested Classes | |
| __metaclass__ Metaclass for defining Abstract Base Classes (ABCs). | |
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Static Methods | |||
| 
 | |||
| Class Variables | |
| __abstractmethods__ =  | |
| Properties | |
| args The object containing application's arguments, as returned by the command line parser. | |
| Inherited from  | |
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Notify the app runner about an application exit. 
 Note:
        you re not supposed to use  | 
| 
 Write  
 | 
| Property Details | 
| argsThe object containing application's arguments, as returned by the command line parser. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |