twisted.internet.test.test_tcp.FakeResolver(object) class documentationtwisted.internet.test.test_tcp
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IResolverSimple
A resolver implementation based on a dict mapping names to
addresses.
| Method | __init__ | Undocumented |
| Method | getHostByName | Return the address mapped to name if it exists, or raise a
DNSLookupError. |