MCPcopy
hub / github.com/celery/celery / close

Method close

celery/beat.py:438–439  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

436 pass
437
438 def close(self):
439 self.sync()
440
441 def add(self, **kwargs):
442 entry = self.Entry(app=self.app, **kwargs)

Callers 3

mainFunction · 0.45
closeMethod · 0.45
syncMethod · 0.45

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected