MCPcopy Create free account
hub / github.com/rthalley/dnspython / FormErrNanoNameserver

Class FormErrNanoNameserver

tests/test_resolver.py:1164–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162
1163
1164class FormErrNanoNameserver(Server):
1165 def handle(self, request):
1166 r = dns.message.make_response(request.message)
1167 r.set_rcode(dns.rcode.FORMERR)
1168 return r
1169
1170
1171# we use pytest for these so we can have a "slow" mark later if we want to

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…