Searched refs:omit_suffix (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_multiprocessing_main_handling.py | 110 source=test_source, omit_suffix=False): argument 112 source, omit_suffix) 177 omit_suffix=True) 192 omit_suffix=True)
|
D | test_runpy.py | 595 source=None, omit_suffix=False): argument 599 source, omit_suffix) 661 omit_suffix=True)
|
/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 202 def make_script(script_dir, script_basename, source, omit_suffix=False): argument 204 if not omit_suffix:
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1379 .. function:: make_script(script_dir, script_basename, source, omit_suffix=False) 1382 If *omit_suffix* is ``False``, append ``.py`` to the name. Return the full
|