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

Method empty

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

Return True if the queue is empty, False otherwise.

(self)

Source from the content-addressed store, hash-verified

93 return self._maxsize
94
95 def empty(self):
96 """Return True if the queue is empty, False otherwise."""
97 return not self._queue
98
99 def full(self):
100 """Return True if there are maxsize items in the queue.

Callers 2

getMethod · 0.95
get_nowaitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected