Home
last modified time | relevance | path

Searched refs:_run_module_code (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Drunpy.py89 def _run_module_code(code, init_globals=None, function
209 return _run_module_code(code, init_globals, run_name, mod_spec)
269 return _run_module_code(code, init_globals, run_name,
/third_party/python/Lib/test/
Dtest_runpy.py22 from runpy import _run_code, _run_module_code, run_module, run_path
179 return _run_module_code(example_source,