Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ add_result
Method
add_result
Lib/concurrent/futures/_base.py:59–60 ·
view source on GitHub ↗
(self, future)
Source
from the content-addressed store, hash-verified
57
self.finished_futures = []
58
59
def
add_result(self, future):
60
self.finished_futures.append(future)
61
62
def
add_exception(self, future):
63
self.finished_futures.append(future)
Callers
4
add_result
Method · 0.45
add_result
Method · 0.45
add_result
Method · 0.45
set_result
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected