Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ data_received
Method
data_received
Lib/asyncio/base_subprocess.py:318–319 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
316
protocols.Protocol):
317
318
def
data_received(self, data):
319
self.proc._pipe_data_received(self.fd, data)
Callers
nothing calls this directly
Calls
1
_pipe_data_received
Method · 0.80
Tested by
no test coverage detected