Package buildbot :: Package util :: Module loop :: Class DelegateLoop
[frames] | no frames]

Class DelegateLoop

source code

 twisted.application.service.Service --+        
                                       |        
twisted.application.service.MultiService --+    
                                           |    
                                    LoopBase --+
                                               |
                                              DelegateLoop

Instance Methods
 
__init__(self, get_processors_function) source code

Inherited from LoopBase: get_processors, is_quiet, loop_done, stopService, trigger, when_quiet

Inherited from twisted.application.service.MultiService: __iter__, __provides__, addService, getServiceNamed, privilegedStartService, removeService, startService

Inherited from twisted.application.service.Service: __getstate__, __providedBy__, disownServiceParent, setName, setServiceParent

Class Variables

Inherited from LoopBase: OCD_MINIMUM_DELAY

Inherited from twisted.application.service.MultiService: __implemented__

Inherited from twisted.application.service.Service: name, parent, running

Method Details

__init__(self, get_processors_function)
(Constructor)

source code 
Overrides: twisted.application.service.MultiService.__init__