MCPcopy
hub / github.com/celery/celery / open

Method open

t/unit/worker/test_state.py:31–33  ·  view source on GitHub ↗
(self, filename, **kwargs)

Source from the content-addressed store, hash-verified

29 closed = False
30
31 def open(self, filename, **kwargs):
32 self.filename = filename
33 return self
34
35 def sync(self):
36 self.in_sync = True

Calls

no outgoing calls

Tested by

no test coverage detected