MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected