HomeSort by relevance Sort by last modified time
    Searched refs:run_path (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path namespace
285 """Unit tests for runpy.run_path"""
316 result = run_path(script_name)
325 self.assertRaisesRegexp(ImportError, msg, run_path, script_name)
331 self._check_script(script_name, "<run_path>", script_name,
340 self._check_script(compiled_name, "<run_path>", compiled_name,
347 self._check_script(script_dir, "<run_path>", script_name,
356 self._check_script(script_dir, "<run_path>", compiled_name,
371 self._check_script(zip_name, "<run_path>", fname, zip_name, '')
379 self._check_script(zip_name, "<run_path>", fname, zip_name, ''
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path namespace
285 """Unit tests for runpy.run_path"""
316 result = run_path(script_name)
325 self.assertRaisesRegexp(ImportError, msg, run_path, script_name)
331 self._check_script(script_name, "<run_path>", script_name,
340 self._check_script(compiled_name, "<run_path>", compiled_name,
347 self._check_script(script_dir, "<run_path>", script_name,
356 self._check_script(script_dir, "<run_path>", compiled_name,
371 self._check_script(zip_name, "<run_path>", fname, zip_name, '')
379 self._check_script(zip_name, "<run_path>", fname, zip_name, ''
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 21 "run_module", "run_path",
223 def run_path(path_name, init_globals=None, run_name=None): function
234 run_name = "<run_path>"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 21 "run_module", "run_path",
223 def run_path(path_name, init_globals=None, run_name=None): function
234 run_name = "<run_path>"

Completed in 239 milliseconds