Package circuits :: Package tools :: Module bench :: Class Monitor

Class Monitor

    object --+                
             |                
  core.Manager --+            
                 |            
core.BaseComponent --+        
                     |        
        core.Component --+    
                         |    
                      Base --+
                             |
                            Monitor

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
helo(self, *args, **kwargs)
 
event(self, *args, **kwargs)

Inherited from Base: __init__

Inherited from core.BaseComponent: __repr__, register, unregister

Inherited from core.Manager: __add__, __iadd__, __isub__, __len__, __sub__, flush, join, push, run, send, start, stop

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Static Methods

Inherited from core.Component: __new__

Class Variables
  sTime = 9223372036854775807
  events = 0
  state = 0
Instance Variables

Inherited from core.BaseComponent: channel

Inherited from core.Manager: manager

Properties

Inherited from core.Manager: name, running

Inherited from object: __class__

Method Details

event(self, *args, **kwargs)

 
Decorators:
  • @handler(filter= True)