Home
last modified time | relevance | path

Searched refs:help_file (Results 1 – 4 of 4) 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))
/external/u-boot/tools/buildman/
Dfunc_test.py231 help_file = os.path.join(self._buildman_dir, 'README')
233 extra = '::::::::::::::\n' + help_file + '\n::::::::::::::\n'
235 self.assertEqual(len(gothelp), os.path.getsize(help_file))
242 help_file = os.path.join(self._buildman_dir, 'README')
/external/u-boot/tools/binman/
Dftest.py310 help_file = os.path.join(self._binman_dir, 'README')
312 extra = '::::::::::::::\n' + help_file + '\n::::::::::::::\n'
314 self.assertEqual(len(gothelp), os.path.getsize(help_file))
323 help_file = os.path.join(self._binman_dir, 'README')