Searched refs:_run_code (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | runpy.py | 62 def _run_code(code, run_globals, init_globals=None, function 81 _run_code(code, mod_globals, init_globals, 161 return _run_code(code, main_globals, None, 179 return _run_code(code, {}, init_globals, run_name, 263 return _run_code(code, mod_globals, init_globals,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | runpy.py | 62 def _run_code(code, run_globals, init_globals=None, function 81 _run_code(code, mod_globals, init_globals, 161 return _run_code(code, main_globals, None, 179 return _run_code(code, {}, init_globals, run_name, 263 return _run_code(code, mod_globals, init_globals,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_runpy.py | 13 from runpy import _run_code, _run_module_code, run_module, run_path 44 d = _run_code(self.test_source, {})
|