Searched refs:omit_suffix (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_multiprocessing_main_handling.py | 112 source=test_source, omit_suffix=False): argument 114 source, omit_suffix) 179 omit_suffix=True) 194 omit_suffix=True)
|
D | test_runpy.py | 597 source=None, omit_suffix=False): argument 601 source, omit_suffix) 671 omit_suffix=True)
|
/third_party/python/Lib/test/support/ |
D | script_helper.py | 209 def make_script(script_dir, script_basename, source, omit_suffix=False): argument 211 if not omit_suffix:
|
/third_party/python/Doc/library/ |
D | test.rst | 1140 .. function:: make_script(script_dir, script_basename, source, omit_suffix=False) 1143 If *omit_suffix* is ``False``, append ``.py`` to the name. Return the full
|