MCPcopy
hub / github.com/ModelEngine-Group/nexent / update_state

Method update_state

test/backend/data_process/test_tasks.py:511–512  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

509 self.states = []
510
511 def update_state(self, **kw):
512 self.states.append(kw)
513
514 def retry(self, **kw):
515 from celery.exceptions import Retry

Callers 3

processFunction · 0.80
forwardFunction · 0.80
process_syncFunction · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected