MCPcopy
hub / github.com/mitmproxy/mitmproxy / BasicKeyHelp

Class BasicKeyHelp

mitmproxy/tools/console/quickhelp.py:23–26  ·  view source on GitHub ↗

Quick help for urwid-builtin keybindings (i.e. those keys that do not appear in the keymap)

Source from the content-addressed store, hash-verified

21
22@dataclass
23class BasicKeyHelp:
24 """Quick help for urwid-builtin keybindings (i.e. those keys that do not appear in the keymap)"""
25
26 key: str
27
28
29HelpItems = dict[str, Union[str, BasicKeyHelp]]

Callers 1

makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…