massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / python-dateutil / dateutil / _common.pyi
1 from typing import TypeVar
2
3 _T = TypeVar("_T")
4
5 class weekday(object):
6     def __init__(self, weekday: int, n: int | None = ...) -> None: ...
7     def __call__(self: _T, n: int) -> _T: ...
8     def __eq__(self, other: object) -> bool: ...
9     def __repr__(self) -> str: ...
10     def __hash__(self) -> int: ...
11     weekday: int
12     n: int