Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _put
Method
_put
Lib/asyncio/queues.py:66–67 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
64
return
self._queue.popleft()
65
66
def
_put(self, item):
67
self._queue.append(item)
68
69
# End of the overridable methods.
70
Callers
1
put_nowait
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected