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

Callers 2

_putMethod · 0.85
_getMethod · 0.85

Calls

no outgoing calls

Tested by 2

_putMethod · 0.68
_getMethod · 0.68