MCPcopy
hub / github.com/celery/celery / __init__

Method __init__

celery/result.py:910–913  ·  view source on GitHub ↗
(self, id=None, results=None, parent=None, **kwargs)

Source from the content-addressed store, hash-verified

908 results = None
909
910 def __init__(self, id=None, results=None, parent=None, **kwargs):
911 self.id = id
912 self.parent = parent
913 super().__init__(results, **kwargs)
914
915 def _on_ready(self):
916 self.backend.remove_pending_result(self)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected