twisted :: web :: resource :: IResource :: Class IResource
[hide private]

Class IResource

zope.interface.Interface --+
                           |
                          IResource

A web resource.

Class Variables [hide private]
  _InterfaceClass__attrs = {'getChildWithDefault': <zope.interfa...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'twisted.web.resource.IResource'
  __iro__ = (<InterfaceClass twisted.web.resource.IResource>, <I...
  __name__ = 'IResource'
  __sro__ = (<InterfaceClass twisted.web.resource.IResource>, <I...
  _implied = {<InterfaceClass twisted.web.resource.IResource>: (...
  dependents = <WeakKeyDictionary at 81045840>

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

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'getChildWithDefault': <zope.interface.interface.Method object at 0x4\
ea1d10>,
 'isLeaf': <zope.interface.interface.Attribute object at 0x4d55c50>,
 'putChild': <zope.interface.interface.Method object at 0x4ea1dd0>,
 'render': <zope.interface.interface.Method object at 0x4ea1850>}

__iro__

Value:
(<InterfaceClass twisted.web.resource.IResource>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass twisted.web.resource.IResource>,
 <InterfaceClass zope.interface.Interface>)

_implied

Value:
{<InterfaceClass twisted.web.resource.IResource>: (),
 <InterfaceClass zope.interface.Interface>: ()}