Package buildbot :: Package status :: Package web :: Module base :: Class IBox
[hide private]
[frames] | no frames]

Class IBox

source code

zope.interface.Interface --+
                           |
                          IBox

I represent a box in the waterfall display.

Instance Methods [hide private]
 
getBox(self, request)
Return a Box instance, which wraps an Event and can produce a <td> cell.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'getBox': <zope.interface.interface....
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.status.web.base.IBox'
  __iro__ = (<InterfaceClass buildbot.status.web.base.IBox>, <In...
  __name__ = 'IBox'
  __sro__ = (<InterfaceClass buildbot.status.web.base.IBox>, <In...
  _implied = {<InterfaceClass buildbot.status.web.base.IBox>: ()...
  dependents = <WeakKeyDictionary at 76979016>

Inherited from zope.interface.Interface (private): _Element__tagged_values

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'getBox': <zope.interface.interface.Method object at 0x49c2cd0>}

__iro__

Value:
(<InterfaceClass buildbot.status.web.base.IBox>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass buildbot.status.web.base.IBox>,
 <InterfaceClass zope.interface.Interface>)

_implied

Value:
{<InterfaceClass buildbot.status.web.base.IBox>: (),
 <InterfaceClass zope.interface.Interface>: ()}