class documentation

class SlowRequest:

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):

Undocumented

def writeTo(self, transport):

Undocumented

method: bytes =

Undocumented

persistent: bool =

Undocumented

finished =

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

stopped: bool =

A flag indicating whether stopWriting has been called.