Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yosinski/deep-visualization-toolbox
/ get_key_help
Method
get_key_help
bindings.py:55–56 ·
view source on GitHub ↗
(self, tag)
Source
from the content-addressed store, hash-verified
53
self._tag_to_help[tag] = help_text
54
55
def
get_key_help(self, tag):
56
return
(self._tag_to_key_labels[tag], self._tag_to_help[tag])
57
58
_ = Bindings(key_patterns)
59
Callers
4
draw_help
Method · 0.80
main
Function · 0.80
draw_help
Method · 0.80
_reset_user_state
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected