Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ FailingQueueException
Class
FailingQueueException
Lib/test/test_queue.py:706–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
705
# A Queue subclass that can provoke failure at a moment's notice :)
706
class
FailingQueueException(Exception):
pass
707
708
709
class
FailingQueueTest(BlockingTestMixin):
Callers
2
_put
Method · 0.85
_get
Method · 0.85
Calls
no outgoing calls
Tested by
2
_put
Method · 0.68
_get
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…