Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ __repr__
Method
__repr__
mitmproxy/tcp.py:31–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
self.from_client, self.content, self.timestamp = state
30
31
def
__repr__(self):
32
return
"{direction} {content}"
.format(
33
direction=
"->"
if
self.from_client
else
"<-"
, content=repr(self.content)
34
)
35
36
37
class
TCPFlow(flow.Flow):
Callers
nothing calls this directly
Calls
1
format
Method · 0.80
Tested by
no test coverage detected