Lines Matching refs:proc
158 proc = self._proc
161 if proc.stdin is not None:
164 proc.stdin)
167 if proc.stdout is not None:
170 proc.stdout)
173 if proc.stderr is not None:
176 proc.stderr)
257 def __init__(self, proc, fd):
258 self.proc = proc
271 self.proc._pipe_connection_lost(self.fd, exc)
272 self.proc = None
275 self.proc._protocol.pause_writing()
278 self.proc._protocol.resume_writing()
285 self.proc._pipe_data_received(self.fd, data)