«
class documentation

An endpoint that does not connect anywhere

Method __init__ Undocumented
Method __repr__ Undocumented
Method connect Connect the protocolFactory to the location specified by this IStreamClientEndpoint provider.
Instance Variable someString Undocumented
def __init__(self, someString: str):

Undocumented

def __repr__(self) -> str:

Undocumented

Connect the protocolFactory to the location specified by this IStreamClientEndpoint provider.

Parameters
factory:interfaces.IProtocolFactoryUndocumented
protocolFactoryA provider of IProtocolFactory
Returns
defer.Deferred[dict[str, interfaces.IProtocolFactory]]A Deferred that results in an IProtocol upon successful connection otherwise a Failure wrapping ConnectError or NoProtocol.
someString =

Undocumented