Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _qsize
Method
_qsize
tools/python-3.11.9-amd64/Lib/queue.py:209–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
self.queue = deque()
208
209
def
_qsize(self):
210
return
len(self.queue)
211
212
# Put a new item in the queue
213
def
_put(self, item):
Callers
5
qsize
Method · 0.95
empty
Method · 0.95
full
Method · 0.95
put
Method · 0.95
get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected