Home
last modified time | relevance | path

Searched refs:help_file (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/turtledemo/
D__main__.py306 for help_label, help_file in help_entries:
307 def show(help_label=help_label, help_file=help_file): argument
308 view_text(self.root, help_label, help_file)
/external/python/cpython2/Demo/turtle/
DturtleDemo.py188 for help_label, help_file in help_entries:
189 def show(help_label=help_label, help_file=help_file): argument
190 view_file(self.root, help_label, os.path.join(demo_dir, help_file))