Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ FailingQueueException
Class
FailingQueueException
Lib/test/test_queue.py:704–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
702
703
# A Queue subclass that can provoke failure at a moment's notice :)
704
class
FailingQueueException(Exception):
pass
705
706
707
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