Home
last modified time | relevance | path

Searched defs:spawn_python (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/support/
Dscript_helper.py71 def spawn_python(*args, **kwargs): function
/external/python/cpython3/Lib/test/support/
Dscript_helper.py169 def spawn_python(*args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, **kw): function