mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-25 18:16:36 +08:00
Fill out croniter stubs and move to 2and3 (#1737)
* fill out croniter stub * move to 2and3
This commit is contained in:
committed by
Matthias Kramm
parent
d62743d788
commit
bcfd3bf554
23
third_party/2/croniter.pyi
vendored
23
third_party/2/croniter.pyi
vendored
@@ -1,23 +0,0 @@
|
||||
from typing import Any
|
||||
|
||||
class croniter:
|
||||
MONTHS_IN_YEAR = ... # type: Any
|
||||
RANGES = ... # type: Any
|
||||
DAYS = ... # type: Any
|
||||
ALPHACONV = ... # type: Any
|
||||
LOWMAP = ... # type: Any
|
||||
bad_length = ... # type: Any
|
||||
tzinfo = ... # type: Any
|
||||
cur = ... # type: Any
|
||||
exprs = ... # type: Any
|
||||
expanded = ... # type: Any
|
||||
def __init__(self, expr_format, start_time=..., ret_type=...) -> None: ...
|
||||
def get_next(self, ret_type=...): ...
|
||||
def get_prev(self, ret_type=...): ...
|
||||
def get_current(self, ret_type=...): ...
|
||||
def __iter__(self): ...
|
||||
__next__ = ... # type: Any
|
||||
def all_next(self, ret_type=...): ...
|
||||
def all_prev(self, ret_type=...): ...
|
||||
iter = ... # type: Any
|
||||
def is_leap(self, year): ...
|
||||
Reference in New Issue
Block a user