Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Empty
Class
Empty
lib/sqlalchemy/util/queue.py:41–44 ·
view source on GitHub ↗
Exception raised by Queue.get(block=0)/get_nowait().
Source
from the content-addressed store, hash-verified
39
40
41
class
Empty(Exception):
42
"Exception raised by Queue.get(block=0)/get_nowait()."
43
44
pass
45
46
47
class
Full(Exception):
Callers
2
get_nowait
Method · 0.70
get
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected