Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/support/
Dtestresult.py173 def get_test_runner(stream, verbosity, capture_output=False): argument
/external/python/cpython3/Lib/
Dsubprocess.py432 input=None, capture_output=False, timeout=None, check=False, **kwargs): argument