Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
49
class
CancelledError(Error):
50
""
"The Future was cancelled."
""
51
pass
52
53
TimeoutError = TimeoutError
# make local alias for the standard exception
54
Callers
2
result
Method · 0.70
exception
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected