twisted.web.test.test_agent.AlreadyCompletedDummyResponse(DummyResponse)
class documentationtwisted.web.test.test_agent
(View In Hierarchy)
A dummy response that has already had its transport closed.
Method | deliverBody | Make the connection, then remove the transport. |
Inherited from DummyResponse:
Instance Variable | protocol | After deliverBody is called, the protocol it was called with. |
Instance Variable | transport | An instance created by calling transportFactory which is used
by DummyResponse.protocol
to make a connection. |
Method | __init__ |