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

Class AsyncTAddon

test/mitmproxy/test_addonmanager.py:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class AsyncTAddon(TAddon):
40 async def done(self):
41 pass
42
43 async def running(self):
44 self.running_called = True
45
46
47class THalt:

Callers 2

test_async_haltFunction · 0.85
test_mixed_async_syncFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_async_haltFunction · 0.68
test_mixed_async_syncFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…