A fake smart host to use for testing.

Instance Variable managed A mapping of a string identifying a managed relayer to filenames of messages the managed relayer is responsible for. (type: dict of bytes -> list of list of bytes)
Instance Variable queue See __init__.
Method __init__ Initialize the minimum necessary members of a smart host.
managed =
A mapping of a string identifying a managed relayer to filenames of messages the managed relayer is responsible for. (type: dict of bytes -> list of list of bytes)
queue =
See __init__.
def __init__(self, queue):

Initialize the minimum necessary members of a smart host.

ParametersqueueA queue that can be used for testing purposes. (type: DummyQueue)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.