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

Class Loop

source code

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

Instance Methods
 
__init__(self) source code
 
add(self, processor) source code
 
remove(self, processor) source code
 
get_processors(self) source code

Inherited from LoopBase: 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)
(Constructor)

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

get_processors(self)

source code 
Overrides: LoopBase.get_processors