Class t.w.l.LogWrapperResource(resource.WrapperResource):

Part of twisted.web2.log View Source View In Hierarchy

No class docstring
Method hook Override this method in order to do something before passing control on

Inherited from WrapperResource:

Method __init__ Undocumented
Method locateChild Locate another object which can be adapted to IResource.
Method renderHTTP Return an IResponse or a deferred which will fire an
def hook(self, request): (source)
Override this method in order to do something before passing control on to the wrapped resource's renderHTTP and locateChild methods.
ReturnsNone or a Deferred. If a deferred object is returned, it's value is ignored, but renderHTTP and locateChild are chained onto the deferred as callbacks.
API Documentation for twisted, generated by pydoctor.