Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.45
close
Method · 0.45
sync
Method · 0.45
Calls
1
sync
Method · 0.95
Tested by
no test coverage detected