twisted.web.test.test_client.DummyEndPoint(object) class documentationtwisted.web.test.test_client
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint
An endpoint that does not connect anywhere
| Method | __init__ | Undocumented | 
| Method | __repr__ | Undocumented | 
| Method | connect | Connect the protocolFactoryto the location specified by 
thisIStreamClientEndpointprovider. | 
Connect the protocolFactory to the location specified by 
this IStreamClientEndpoint
provider.
| Parameters | protocolFactory | A provider of IProtocolFactory | 
| Returns | A Deferredthat results in anIProtocolupon successful connection otherwise aFailurewrappingConnectErrororNoProtocol. | |