MCPcopy 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
149class Rec:
150 def __init__(self):
151 self.called = None
152
153 def __call__(self, *args, **kwargs):
154 self.called = (args, kwargs)
155
156
157def test_subscribe():

Callers 1

test_subscribeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_subscribeFunction · 0.68