Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ Rec
Class
Rec
test/mitmproxy/test_optmanager.py:149–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
148
149
class
Rec:
150
def
__init__(self):
151
self.called = None
152
153
def
__call__(self, *args, **kwargs):
154
self.called = (args, kwargs)
155
156
157
def
test_subscribe():
Callers
1
test_subscribe
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_subscribe
Function · 0.68