(year: int, month: int, day: int)
| 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): |
nothing calls this directly
no test coverage detected