twisted.names.test.test_client.StubDNSDatagramProtocol(object)
class documentationtwisted.names.test.test_client
(View In Hierarchy)
dns.DNSDatagramProtocol
-alike.
Instance Variable | queries | A list of tuples giving the arguments passed to
query along with the defer.Deferred
which was returned from the call. |
Method | __init__ | Undocumented |
Method | query | Record the given arguments and return a Deferred which will not be called back by this code. |
list
of tuples giving the arguments passed to
query
along with the defer.Deferred
which was returned from the call.