MCPcopy
hub / github.com/celery/celery / now

Method now

celery/schedules.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self._app = app
70
71 def now(self) -> datetime:
72 return (self.nowfun or self.app.now)()
73
74 def remaining_estimate(self, last_run_at: datetime) -> timedelta:
75 raise NotImplementedError()

Callers 5

remaining_estimateMethod · 0.45
remaining_deltaMethod · 0.45
is_dueMethod · 0.45
remaining_estimateMethod · 0.45
is_dueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected