Home
last modified time | relevance | path

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/
Dtest_runpy.py13 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/
Drunpy.py223 def run_path(path_name, init_globals=None, run_name=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drunpy.py223 def run_path(path_name, init_globals=None, run_name=None): function