MCPcopy Index your code
hub / github.com/RustPython/RustPython / CancelledError

Class CancelledError

Lib/concurrent/futures/_base.py:49–51  ·  view source on GitHub ↗

The Future was cancelled.

Source from the content-addressed store, hash-verified

47 pass
48
49class CancelledError(Error):
50 """The Future was cancelled."""
51 pass
52
53TimeoutError = TimeoutError # make local alias for the standard exception
54

Callers 2

resultMethod · 0.70
exceptionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected