Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ _get
Method
_get
site-packages/queue.py:216–217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
214
215
# Get an item from the queue
216
def
_get(self):
217
return
self.queue.popleft()
218
219
220
class
PriorityQueue(Queue):
Callers
1
get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected