Home
last modified time | relevance | path

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

/third_party/python/Lib/test/support/
Dtestresult.py151 def get_test_runner(stream, verbosity, capture_output=False): argument
/third_party/python/Lib/
Dsubprocess.py461 input=None, capture_output=False, timeout=None, check=False, **kwargs): argument