MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-491264.py

File recipe-491264.py

recipes/Python/491264_Mini_Fake_DNS_server/recipe-491264.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import socket
2
3class DNSQuery:
4 def __init__(self, data):

Callers

nothing calls this directly

Calls 7

DNSQueryClass · 0.85
socketMethod · 0.80
respuestaMethod · 0.80
bindMethod · 0.45
recvfromMethod · 0.45
sendtoMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected