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

Method _get_help_text

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

Source from the content-addressed store, hash-verified

909 if tool.description]
910
911 def _get_help_text(self):
912 entries = self._get_help_entries()
913 entries = ["{}: {}\n\t{}".format(*entry) for entry in entries]
914 return "\n".join(entries)
915
916 def _get_help_html(self):
917 fmt = "<tr><td>{}</td><td>{}</td><td>{}</td></tr>"

Callers 2

triggerMethod · 0.80

Calls 2

_get_help_entriesMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected