Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _put
Method
_put
tools/python-3.11.9-amd64/Lib/queue.py:213–214 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
211
212
# Put a new item in the queue
213
def
_put(self, item):
214
self.queue.append(item)
215
216
# Get an item from the queue
217
def
_get(self):
Callers
1
put
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected