class documentation

class StubDNSDatagramProtocol:

View In Hierarchy

Method __init__ Undocumented
Method query Record the given arguments and return a Deferred which will not be called back by this code.
Instance Variable queries A list of tuples giving the arguments passed to query along with the defer.Deferred which was returned from the call.
Instance Variable transport Undocumented
def __init__(self):

Undocumented

def query(self, address, queries, timeout=10, id=None):

Record the given arguments and return a Deferred which will not be called back by this code.

queries: list =

A list of tuples giving the arguments passed to query along with the defer.Deferred which was returned from the call.

transport =

Undocumented