MCPcopy 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 :)
706class FailingQueueException(Exception): pass
707
708
709class FailingQueueTest(BlockingTestMixin):

Callers 2

_putMethod · 0.85
_getMethod · 0.85

Calls

no outgoing calls

Tested by 2

_putMethod · 0.68
_getMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…