class documentation

class SlowRequest: (source)

View In Hierarchy

SlowRequest is a fake implementation of Request which is easily controlled externally (for example, by code in a test method).

Method stopWriting Undocumented
Method writeTo Undocumented
Class Variable method Undocumented
Class Variable persistent Undocumented
Instance Variable finished After writeTo is called, a Deferred which was returned by that method. SlowRequest will never fire this Deferred.
Instance Variable stopped A flag indicating whether stopWriting has been called.
def stopWriting(self): (source)

Undocumented

def writeTo(self, transport): (source)

Undocumented

Undocumented

persistent: bool = (source)

Undocumented

finished = (source)

After writeTo is called, a Deferred which was returned by that method. SlowRequest will never fire this Deferred.

A flag indicating whether stopWriting has been called.