Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ _TracebackInPlaybook
Class
_TracebackInPlaybook
test/mitmproxy/proxy/tutils.py:101–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
101
class
_TracebackInPlaybook(commands.Command):
102
def
__init__(self, exc):
103
self.e = exc
104
105
def
__repr__(self):
106
return
self.e
107
108
109
class
Playbook:
Callers
1
__bool__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…