Searched refs:outhandle (Results 1 – 1 of 1) sorted by relevance
346 def async_stdout(outhandle, queue, output_fn): argument347 for line in iter(outhandle.readline, b''):349 outhandle.close()351 def async_stderr(outhandle, queue, output_fn): argument352 for line in iter(outhandle.readline, b''):354 outhandle.close()