Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ domain_name
Method
domain_name
mitmproxy/dns.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
101
@property
102
def
domain_name(self) -> str:
103
return
domain_names.unpack(self.data)
104
105
@domain_name.setter
106
def
domain_name(self, name: str) -> None:
Callers
nothing calls this directly
Calls
2
unpack
Method · 0.80
pack
Method · 0.80
Tested by
no test coverage detected