Package schrodinger :: Package tasks :: Module runners :: Class AbstractTaskReporter
[hide private]
[frames] | no frames]

Class AbstractTaskReporter

object --+
         |
        AbstractTaskReporter
Known Subclasses:

Instance Methods [hide private]
 
error(self, text, title='Error')
 
warning(self, text, title='Warning')
 
question(self, text, title='Question')
 
info(self, text, title='Info')

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

Properties [hide private]

Inherited from object: __class__