Home | History | Annotate | Download | only in python2.7

Lines Matching full:_readerthread

1002         def _readerthread(self, fh, buffer):
1012 stdout_thread = threading.Thread(target=self._readerthread,
1018 stderr_thread = threading.Thread(target=self._readerthread,