Searched refs:alter_sys (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 275 def _fix_ns_for_legacy_pyc(self, ns, alter_sys): argument 283 if alter_sys: 287 def _check_module(self, depth, alter_sys=False, argument 302 if alter_sys: 309 return run_module(mod_name, init_globals, alter_sys=alter_sys) 321 self._fix_ns_for_legacy_pyc(expected_ns, alter_sys) 327 def _check_package(self, depth, alter_sys=False, argument 343 if alter_sys: 350 return run_module(pkg_name, init_globals, alter_sys=alter_sys) 362 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 | 196 run_name=None, alter_sys=False): argument 204 if alter_sys:
|
/external/python/cpython3/Lib/multiprocessing/ |
D | spawn.py | 249 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`,
|