class documentation

class AlreadyCompletedDummyResponse(DummyResponse): (source)

View In Hierarchy

A dummy response that has already had its transport closed.

Method deliverBody Make the connection, then remove the transport.
Instance Variable protocol Undocumented

Inherited from DummyResponse:

Method __init__ No summary
Class Variable code Undocumented
Class Variable phrase Undocumented
Instance Variable headers Undocumented
Instance Variable transport An instance created by calling transportFactory which is used by DummyResponse.protocol to make a connection.
def deliverBody(self, protocol): (source)

Make the connection, then remove the transport.