class documentation

class StubDNSDatagramProtocol: (source)

View In Hierarchy

A do-nothing stand-in for DNSDatagramProtocol which can be used to avoid network traffic in tests where that kind of thing doesn't matter.

Method query Undocumented
def query(self, *a, **kw): (source)

Undocumented