Searched defs:run_python (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/support/ | ||
D | script_helper.py | 88 def run_python(*args, **kwargs): function |
/external/python/cpython3/Lib/test/ | ||
D | test_cmd_line.py | 85 def run_python(*args): function |
D | test_regrtest.py | 529 def run_python(self, args, **kw): member in BaseTestCase |
D | test_subprocess.py | 1382 def run_python(self, code, **kwargs): member in RunFuncTestCase |
/external/python/cpython2/Lib/test/ | ||
D | test_regrtest.py | 214 def run_python(self, args, **kw): member in BaseTestCase |