mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 20:12:08 +08:00
Bump python-crontab to 3.1.* (#12008)
This commit is contained in:
@@ -259,6 +259,7 @@ class CronSlice:
|
||||
def __iter__(self) -> Iterator[int]: ...
|
||||
def __len__(self) -> int: ...
|
||||
def parse_value(self, val: str, sunday: int | None = ...) -> int | CronValue: ...
|
||||
def test_value(self, value: str, sunday: int | None = None) -> str: ...
|
||||
|
||||
def get_cronvalue(value: int, enums: list[str]) -> int | CronValue: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user