Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
class
AsyncTAddon(TAddon):
40
async
def
done(self):
41
pass
42
43
async
def
running(self):
44
self.running_called = True
45
46
47
class
THalt:
Callers
2
test_async_halt
Function · 0.85
test_mixed_async_sync
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_async_halt
Function · 0.68
test_mixed_async_sync
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…