class documentation

class NotifyingRequestFactory: (source)

View In Hierarchy

A http.Request factory that calls http.Request.notifyFinish on all http.Request objects before it returns them, and squirrels the resulting defer.Deferred away on the class for later use. This is done as early as possible to ensure that we always see the result.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable results Undocumented
Instance Variable _wrappedFactory Undocumented
def __call__(self, *args, **kwargs): (source)

Undocumented

def __init__(self, wrappedFactory): (source)

Undocumented

Undocumented

_wrappedFactory = (source)

Undocumented