MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / __str__

Method __str__

mitmproxy/dns.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 data: bytes
73
74 def __str__(self) -> str:
75 return str(self._data_json())
76
77 @property
78 def text(self) -> str:

Callers

nothing calls this directly

Calls 1

_data_jsonMethod · 0.95

Tested by

no test coverage detected