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

Method _pipe_data_received

Lib/asyncio/base_subprocess.py:229–230  ·  view source on GitHub ↗
(self, fd, data)

Source from the content-addressed store, hash-verified

227 self._try_finish()
228
229 def _pipe_data_received(self, fd, data):
230 self._call(self._protocol.pipe_data_received, fd, data)
231
232 def _process_exited(self, returncode):
233 assert returncode is not None, returncode

Callers 1

data_receivedMethod · 0.80

Calls 1

_callMethod · 0.95

Tested by

no test coverage detected