massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / dateutil / _common.pyi
1 from typing import Optional\r
2 \r
3 class weekday(object):\r
4     def __init__(self, weekday: int, n: Optional[int]=...) -> None: ...\r
5 \r
6     def __call__(self, n: int) -> 'weekday': ...\r
7 \r
8     def __eq__(self, other) -> bool: ...\r
9 \r
10     def __repr__(self) -> str: ...\r
11 \r
12     weekday = ...  # type: int\r
13     n = ...  # type: int\r