mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
[croniter] Update to 5.0.1 (#12926)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "4.0.0"
|
||||
version = "5.0.1"
|
||||
upstream_repository = "https://github.com/kiorky/croniter"
|
||||
|
||||
@@ -162,6 +162,13 @@ class croniter(Iterator[Any]):
|
||||
def iter(self, ret_type: _RetType | None = ...) -> Iterator[Any]: ...
|
||||
def is_leap(self, year: int) -> bool: ...
|
||||
@classmethod
|
||||
def value_alias(
|
||||
cls,
|
||||
val: int,
|
||||
field: Literal[0, 1, 2, 3, 4, 5, 6],
|
||||
len_expressions: int | list[Any] | dict[Any, Any] | tuple[Any, ...] | set[Any] = 5,
|
||||
) -> int: ...
|
||||
@classmethod
|
||||
def expand(
|
||||
cls,
|
||||
expr_format: str,
|
||||
|
||||
Reference in New Issue
Block a user