Searched refs:_run_module_code (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | runpy.py | 75 def _run_module_code(code, init_globals=None, function 187 return _run_module_code(code, init_globals, run_name, 252 return _run_module_code(code, init_globals, run_name, path_name)
|
/external/python/cpython3/Lib/ |
D | runpy.py | 88 def _run_module_code(code, init_globals=None, function 205 return _run_module_code(code, init_globals, run_name, mod_spec) 262 return _run_module_code(code, init_globals, run_name,
|
/external/python/cpython2/Lib/test/ |
D | test_runpy.py | 13 from runpy import _run_code, _run_module_code, run_module, run_path 62 d2 = _run_module_code(self.test_source,
|
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 19 from runpy import _run_code, _run_module_code, run_module, run_path 176 return _run_module_code(example_source,
|