aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/dateutil-stubs/_common.pyi
blob: 75bf74c526e3ffc119a7eb20623bacaefdb88571 (about) (plain)
1
2
3
4
5
6
7
8
9
from typing_extensions import Self

class weekday:
    def __init__(self, weekday: int, n: int | None = None) -> None: ...
    def __call__(self, n: int) -> Self: ...
    def __eq__(self, other: object) -> bool: ...
    def __hash__(self) -> int: ...
    weekday: int
    n: int