MCPcopy
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_helpMethod · 0.80
mainFunction · 0.80
draw_helpMethod · 0.80
_reset_user_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected