Searched refs:outhandle (Results 1 – 1 of 1) sorted by relevance
319 def async_stdout(outhandle, queue, output_fn): argument320 for line in iter(outhandle.readline, b''):322 outhandle.close()324 def async_stderr(outhandle, queue, output_fn): argument325 for line in iter(outhandle.readline, b''):327 outhandle.close()