MCPcopy
hub / github.com/celery/celery / sync

Method sync

t/unit/worker/test_state.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 return self
34
35 def sync(self):
36 self.in_sync = True
37
38 def close(self):
39 self.closed = True

Callers 1

test_syncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected