Package buildbot :: Package status :: Package web :: Module waterfall :: Class CurrentBox
[frames] | no frames]

Class CurrentBox

source code

twisted.python.components.Adapter --+
                                    |
                                   CurrentBox

Instance Methods
 
formatETA(self, prefix, eta) source code
 
getBox(self, status, brcounts) source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from twisted.python.components.Adapter: __conform__, __init__, __providedBy__, isuper

Class Variables
  __implemented__ = <implementedBy buildbot.status.web.waterfall...

Inherited from twisted.python.components.Adapter: multiComponent, temporaryAdapter

Method Details

__provides__(...)

 

Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.

Overrides: twisted.python.components.Adapter.__provides__

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.status.web.waterfall.CurrentBox>