MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / qsize

Method qsize

tools/python-3.11.9-amd64/Lib/asyncio/queues.py:86–88  ·  view source on GitHub ↗

Number of items in the queue.

(self)

Source from the content-addressed store, hash-verified

84 return result
85
86 def qsize(self):
87 """Number of items in the queue."""
88 return len(self._queue)
89
90 @property
91 def maxsize(self):

Callers 2

fullMethod · 0.95
_put_connMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected