MCPcopy Index your code
hub / github.com/python/cpython / ReadSubprocessPipeProto

Class ReadSubprocessPipeProto

Lib/asyncio/base_subprocess.py:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315class ReadSubprocessPipeProto(WriteSubprocessPipeProto,
316 protocols.Protocol):
317
318 def data_received(self, data):
319 self.proc._pipe_data_received(self.fd, data)

Callers 1

_connect_pipesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…