Searched refs:run_path (Results 1 – 3 of 3) sorted by relevance
/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 313 result = run_path(script_name) 322 self.assertRaisesRegexp(ImportError, msg, run_path, script_name) 394 self.assertRaisesRegexp(RuntimeError, msg, run_path, zip_name)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | runpy.py | 223 def run_path(path_name, init_globals=None, run_name=None): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | runpy.py | 223 def run_path(path_name, init_globals=None, run_name=None): function
|