Searched refs:_run_code (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drunpy.py62 def _run_code(code, run_globals, init_globals=None, function
81 _run_code(code, mod_globals, init_globals,
161 return _run_code(code, main_globals, None,
179 return _run_code(code, {}, init_globals, run_name,
263 return _run_code(code, mod_globals, init_globals,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drunpy.py62 def _run_code(code, run_globals, init_globals=None, function
81 _run_code(code, mod_globals, init_globals,
161 return _run_code(code, main_globals, None,
179 return _run_code(code, {}, init_globals, run_name,
263 return _run_code(code, mod_globals, init_globals,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_runpy.py13 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"""
44 d = _run_code(self.test_source, {})
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_runpy.py13 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"""
44 d = _run_code(self.test_source, {})

Completed in 63 milliseconds