MCPcopy Index your code
hub / github.com/python/cpython / CancelledError

Class CancelledError

Lib/concurrent/futures/_base.py:43–45  ·  view source on GitHub ↗

The Future was cancelled.

Source from the content-addressed store, hash-verified

41 pass
42
43class CancelledError(Error):
44 """The Future was cancelled."""
45 pass
46
47TimeoutError = TimeoutError # make local alias for the standard exception
48

Callers 2

resultMethod · 0.70
exceptionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…