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 deliverBodyis called, the protocol it was called with. | 
| Instance Variable | transport | An instance created by calling transportFactorywhich is used 
byDummyResponse.protocolto make a connection. | 
| Method | __init__ |