Package gavo :: Package user :: Module plainui :: Class SemiStingyPlainUI
[frames] | no frames]

Class SemiStingyPlainUI

source code

                object --+        
                         |        
base.observer.ObserverBase --+    
                             |    
                 StingyPlainUI --+
                                 |
                                SemiStingyPlainUI
Known Subclasses:

A StingyPlainUI that at least displays warnings.

This is to configure the UI. Enable it by calling ``api.SemiStingyPlainUI(api.ui)``.

Instance Methods
 
printWarning(self, message) source code

Inherited from StingyPlainUI: __init__, announceSourceError, popIndent, printErrMsg, pushIndent, showMsg

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

printWarning(self, message)

source code 
Decorators:
  • @base.listensTo("Warning")