Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
socket
2
3
class
DNSQuery:
4
def
__init__(self, data):
Callers
nothing calls this directly
Calls
7
DNSQuery
Class · 0.85
socket
Method · 0.80
respuesta
Method · 0.80
bind
Method · 0.45
recvfrom
Method · 0.45
sendto
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected