Implements interfaces: twisted.internet.interfaces.IListeningPort

A fake IListeningPort to be used in tests.

Method __init__
Method startListening Fake IListeningPort.startListening that doesn't do anything.
Method stopListening Fake IListeningPort.stopListening that doesn't do anything.
Method getHost Fake IListeningPort.getHost that returns our IAddress.
Instance Variable _hostAddress The IAddress this IListeningPort is pretending to be listening on.
_hostAddress =
The IAddress this IListeningPort is pretending to be listening on.
def __init__(self, hostAddress):
ParametershostAddressAn IAddress this IListeningPort should pretend to be listening on.
def startListening(self):
def stopListening(self):
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.