MCPcopy 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

unpackMethod · 0.80
packMethod · 0.80

Tested by

no test coverage detected