Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ qsize
Method
qsize
lib/sqlalchemy/util/queue.py:248–249 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
246
return
self._queue.full()
247
248
def
qsize(self):
249
return
self._queue.qsize()
250
251
@memoized_property
252
def
_queue(self) -> asyncio.Queue[_T]:
Callers
nothing calls this directly
Calls
1
qsize
Method · 0.45
Tested by
no test coverage detected