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:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
self._queue = collections.deque()
62
63
def
_get(self):
64
return
self._queue.popleft()
65
66
def
_put(self, item):
67
self._queue.append(item)
Callers
2
get_nowait
Method · 0.95
shutdown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected