class documentation

class StubDNSDatagramProtocol: (source)

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): (source)

Undocumented

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

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

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

transport = (source)

Undocumented