MCPcopy
hub / github.com/celery/celery / is_before_last_run

Method is_before_last_run

celery/schedules.py:502–505  ·  view source on GitHub ↗
(year: int, month: int, day: int)

Source from the content-addressed store, hash-verified

500 return False
501
502 def is_before_last_run(year: int, month: int, day: int) -> bool:
503 return self.maybe_make_aware(
504 datetime(year, month, day, next_hour, next_minute),
505 naive_as_utc=False) < last_run_at
506
507 def roll_over() -> None:
508 for _ in range(2000):

Callers

nothing calls this directly

Calls 1

maybe_make_awareMethod · 0.80

Tested by

no test coverage detected