MCPcopy
hub / github.com/celery/celery / add

Method add

celery/beat.py:441–444  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

439 self.sync()
440
441 def add(self, **kwargs):
442 entry = self.Entry(app=self.app, **kwargs)
443 self.schedule[entry.name] = entry
444 return entry
445
446 def _maybe_entry(self, name, entry):
447 if isinstance(entry, self.Entry):

Callers 6

crawlFunction · 0.45
fd_by_pathFunction · 0.45
_closeMethod · 0.45
connect_on_app_finalizeFunction · 0.45
_register_appFunction · 0.45
freezeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected