Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ keymap
Function
keymap
test/mitmproxy/tools/console/test_quickhelp.py:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
@pytest.fixture(scope=
"module"
)
18
def
keymap() -> Keymap:
19
km = Keymap(None)
20
defaultkeys.map(km)
21
return
km
22
23
24
tflow2 = tflow()
Callers
nothing calls this directly
Calls
2
Keymap
Class · 0.90
map
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…