Bare-bones reactor with deterministic behavior for the resolve method.

Method __init__
Method resolve Resolve a hostname by looking it up in the names dictionary.
def __init__(self, names):
ParametersnamesA hostname to IP address mapping. The IP addresses are stringified dotted quads. (type: dict containing str keys and str values.)
def resolve(self, hostname):

Resolve a hostname by looking it up in the names dictionary.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.