MCPcopy
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
41class Empty(Exception):
42 "Exception raised by Queue.get(block=0)/get_nowait()."
43
44 pass
45
46
47class Full(Exception):

Callers 2

get_nowaitMethod · 0.70
getMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected