MCPcopy Create free account
hub / github.com/python/cpython / add_result

Method add_result

Lib/concurrent/futures/_base.py:120–122  ·  view source on GitHub ↗
(self, future)

Source from the content-addressed store, hash-verified

118 self.event.set()
119
120 def add_result(self, future):
121 super().add_result(future)
122 self._decrement_pending_calls()
123
124 def add_exception(self, future):
125 super().add_exception(future)

Callers

nothing calls this directly

Calls 3

superClass · 0.85
add_resultMethod · 0.45

Tested by

no test coverage detected