Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ cb
Method
cb
Lib/test/test_asyncio/test_streams.py:150–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
read_task = self.loop.create_task(stream.read(30))
149
150
def
cb():
151
stream.feed_data(self.DATA)
152
self.loop.call_soon(cb)
153
154
data = self.loop.run_until_complete(read_task)
Callers
1
buffer_updated
Method · 0.45
Calls
2
feed_data
Method · 0.80
feed_eof
Method · 0.80
Tested by
no test coverage detected