Searched refs:alter_sys (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 277 def _fix_ns_for_legacy_pyc(self, ns, alter_sys): argument 285 if alter_sys: 289 def _check_module(self, depth, alter_sys=False, argument 304 if alter_sys: 311 return run_module(mod_name, init_globals, alter_sys=alter_sys) 323 self._fix_ns_for_legacy_pyc(expected_ns, alter_sys) 329 def _check_package(self, depth, alter_sys=False, argument 345 if alter_sys: 352 return run_module(pkg_name, init_globals, alter_sys=alter_sys) 364 self._fix_ns_for_legacy_pyc(expected_ns, alter_sys) [all …]
|
/external/python/cpython2/Lib/ |
D | runpy.py | 177 run_name=None, alter_sys=False): argument 186 if alter_sys:
|
/external/python/cpython3/Lib/ |
D | runpy.py | 201 run_name=None, alter_sys=False): argument 209 if alter_sys:
|
/external/python/cpython3/Lib/multiprocessing/ |
D | spawn.py | 260 alter_sys=True)
|
/external/python/cpython2/Doc/library/ |
D | runpy.rst | 23 .. function:: run_module(mod_name, init_globals=None, run_name=None, alter_sys=False) 64 If the argument *alter_sys* is supplied and evaluates to :const:`True`,
|
/external/python/cpython3/Doc/library/ |
D | runpy.rst | 30 .. function:: run_module(mod_name, init_globals=None, run_name=None, alter_sys=False) 69 If the argument *alter_sys* is supplied and evaluates to :const:`True`,
|