Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _get
Method
_get
Lib/queue.py:295–296 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
293
heappush(self.queue, item)
294
295
def
_get(self):
296
return
heappop(self.queue)
297
298
299
class
LifoQueue(Queue):
Callers
nothing calls this directly
Calls
1
heappop
Function · 0.90
Tested by
no test coverage detected