Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ text
Method
text
mitmproxy/dns.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
77
@property
78
def
text(self) -> str:
79
return
self.data.decode(
"utf-8"
)
80
81
@text.setter
82
def
text(self, value: str) -> None:
Callers
nothing calls this directly
Calls
2
decode
Method · 0.45
encode
Method · 0.45
Tested by
no test coverage detected