Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
class
CancelledError(Error):
44
""
"The Future was cancelled."
""
45
pass
46
47
TimeoutError = TimeoutError
# make local alias for the standard exception
48
Callers
2
result
Method · 0.70
exception
Method · 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…