MCPcopy Index your code
hub / github.com/python/cpython / show

Method show

Lib/turtledemo/__main__.py:320–321  ·  view source on GitHub ↗
(help_label=help_label, help_file=help_file)

Source from the content-addressed store, hash-verified

318
319 for help_label, help_file in help_entries:
320 def show(help_label=help_label, help_file=help_file):
321 view_text(self.root, help_label, help_file)
322 menu.add_command(label=help_label, command=show)
323 return menu
324

Callers

nothing calls this directly

Calls 1

view_textFunction · 0.90

Tested by

no test coverage detected