Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _get
Method
_get
tools/python-3.11.9-amd64/Lib/asyncio/queues.py:243–244 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
241
self._queue.append(item)
242
243
def
_get(self):
244
return
self._queue.pop()
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected