Searched refs:help_file (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/turtledemo/ |
D | __main__.py | 306 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/ |
D | turtleDemo.py | 188 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/ |
D | func_test.py | 231 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/ |
D | ftest.py | 310 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')
|