Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _qsize
Method
_qsize
Lib/queue.py:266–267 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
264
self.queue = deque()
265
266
def
_qsize(self):
267
return
len(self.queue)
268
269
# Put a new item in the queue
270
def
_put(self, item):
Callers
6
qsize
Method · 0.95
empty
Method · 0.95
full
Method · 0.95
put
Method · 0.95
get
Method · 0.95
shutdown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected