MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / load_flow

Method load_flow

test/mitmproxy/addons/test_readfile.py:59–60  ·  view source on GitHub ↗
(*_, **__)

Source from the content-addressed store, hash-verified

57 load_called = asyncio.Event()
58
59 async def load_flow(*_, **__):
60 load_called.set()
61
62 tctx.master.load_flow = load_flow
63

Calls 1

setMethod · 0.45

Tested by

no test coverage detected