MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _get_help_entries

Method _get_help_entries

lib/matplotlib/backend_tools.py:906–909  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

904 return ", ".join(self.format_shortcut(keymap) for keymap in keymaps)
905
906 def _get_help_entries(self):
907 return [(name, self._format_tool_keymap(name), tool.description)
908 for name, tool in sorted(self.toolmanager.tools.items())
909 if tool.description]
910
911 def _get_help_text(self):
912 entries = self._get_help_entries()

Callers 3

_get_help_textMethod · 0.95
_get_help_htmlMethod · 0.95
triggerMethod · 0.80

Calls 1

_format_tool_keymapMethod · 0.95

Tested by

no test coverage detected