Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _qsize
Method
_qsize
lib/sqlalchemy/util/queue.py:216–217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
214
self.queue = deque()
215
216
def
_qsize(self) -> int:
217
return
len(self.queue)
218
219
def
_empty(self) -> bool:
220
return
not self.queue
Callers
1
qsize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected