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

Class LoopBase

source code

 twisted.application.service.Service --+    
                                       |    
twisted.application.service.MultiService --+
                                           |
                                          LoopBase
Known Subclasses:

Instance Methods
 
__init__(self) source code
 
stopService(self) source code
 
is_quiet(self) source code
 
when_quiet(self) source code
 
trigger(self) source code
 
get_processors(self) source code
 
loop_done(self) source code

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

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

Class Variables
  OCD_MINIMUM_DELAY = 5.0

Inherited from twisted.application.service.MultiService: __implemented__, __provides__

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

Method Details

__init__(self)
(Constructor)

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

stopService(self)

source code 
Overrides: twisted.application.service.Service.stopService