Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ add_exception
Method
add_exception
Lib/concurrent/futures/_base.py:68–69 ·
view source on GitHub ↗
(self, future)
Source
from the content-addressed store, hash-verified
66
self.finished_futures.append(future)
67
68
def
add_exception(self, future):
69
self.finished_futures.append(future)
70
71
def
add_cancelled(self, future):
72
self.finished_futures.append(future)
Callers
4
add_exception
Method · 0.45
add_exception
Method · 0.45
add_exception
Method · 0.45
set_exception
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected