Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
empty
Method · 0.45
Tested by
no test coverage detected