Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drunpy.py75 def _run_module_code(code, init_globals=None, function
175 return _run_module_code(code, init_globals, run_name,
240 return _run_module_code(code, init_globals, run_name, path_name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drunpy.py75 def _run_module_code(code, init_globals=None, function
175 return _run_module_code(code, init_globals, run_name,
240 return _run_module_code(code, init_globals, run_name, path_name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_runpy.py13 from runpy import _run_code, _run_module_code, run_module, run_path
62 d2 = _run_module_code(self.test_source,