Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _get
Method
_get
Lib/asyncio/queues.py:306–307 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
304
self._queue.append(item)
305
306
def
_get(self):
307
return
self._queue.pop()
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected