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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 1 # Test the runpy module
13 from runpy import _run_code, _run_module_code, run_module, run_path
22 """Unit tests for runpy._run_code and runpy._run_module_code"""
38 "import runpy\n"
39 "nested = runpy._run_module_code('x=1\\n', mod_name='<run>')\n"
84 """Unit tests for runpy.run_module"""
107 run_module("runpy")
285 """Unit tests for runpy.run_path"""
392 source = ("import runpy\n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 1 # Test the runpy module
13 from runpy import _run_code, _run_module_code, run_module, run_path
22 """Unit tests for runpy._run_code and runpy._run_module_code"""
38 "import runpy\n"
39 "nested = runpy._run_module_code('x=1\\n', mod_name='<run>')\n"
84 """Unit tests for runpy.run_module"""
107 run_module("runpy")
285 """Unit tests for runpy.run_path"""
392 source = ("import runpy\n
    [all...]

Completed in 106 milliseconds