MCPcopy 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

decodeMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected