| Current Path : /usr/lib/rads/venv/lib64/python3.13/site-packages/dateutil-stubs/ |
| Current File : //usr/lib/rads/venv/lib64/python3.13/site-packages/dateutil-stubs/_common.pyi |
from typing_extensions import Self
class weekday:
__slots__ = ["weekday", "n"]
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