MCPcopy
hub / github.com/celery/celery / add_pending_result

Method add_pending_result

celery/backends/base.py:908–909  ·  view source on GitHub ↗
(self, result, weak=False)

Source from the content-addressed store, hash-verified

906 raise TimeoutError('The operation timed out.')
907
908 def add_pending_result(self, result, weak=False):
909 return result
910
911 def remove_pending_result(self, result):
912 return result

Callers 2

thenMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected