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 nameif it exists, or raise aDNSLookupError. |