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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 75 def _run_module_code(code, init_globals=None, function
175 return _run_module_code(code, init_globals, run_name,
240 return _run_module_code(code, init_globals, run_name, path_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 75 def _run_module_code(code, init_globals=None, function
175 return _run_module_code(code, init_globals, run_name,
240 return _run_module_code(code, init_globals, run_name, path_name)
  /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
22 """Unit tests for runpy._run_code and runpy._run_module_code"""
39 "nested = runpy._run_module_code('x=1\\n', mod_name='<run>')\n"
62 d2 = _run_module_code(self.test_source,
  /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
22 """Unit tests for runpy._run_code and runpy._run_module_code"""
39 "nested = runpy._run_module_code('x=1\\n', mod_name='<run>')\n"
62 d2 = _run_module_code(self.test_source,

Completed in 156 milliseconds