MCPcopy 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

qsizeMethod · 0.95
emptyMethod · 0.95
fullMethod · 0.95
putMethod · 0.95
getMethod · 0.95
shutdownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected