MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / empty

Method empty

lib/sqlalchemy/util/queue.py:242–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 self.maxsize = maxsize
241
242 def empty(self) -> bool:
243 return self._queue.empty()
244
245 def full(self):
246 return self._queue.full()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected