Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ __repr__
Method
__repr__
mitmproxy/optmanager.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
self.choices = choices
48
49
def
__repr__(self):
50
return
f
"{self.current()} [{self.typespec}]"
51
52
@property
53
def
default(self):
Callers
nothing calls this directly
Calls
1
current
Method · 0.95
Tested by
no test coverage detected