Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/2/root/lib/rads/venv/lib64/python3.13/site-packages/dateutil-stubs/tz/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/2/root/lib/rads/venv/lib64/python3.13/site-packages/dateutil-stubs/tz/win.pyi
import sys
from ctypes import _Pointer, c_wchar
from datetime import datetime, timedelta
from typing import Any, ClassVar, Final

from dateutil.tz import tzwin as tzwin, tzwinlocal as tzwinlocal

if sys.platform == "win32":
    from winreg import _KeyType

    __all__ = ["tzwin", "tzwinlocal", "tzres"]

    ONEWEEK: timedelta
    TZKEYNAMENT: Final[str]
    TZKEYNAME9X: Final[str]
    TZLOCALKEYNAME: Final[str]
    TZKEYNAME: Final[str]

    class tzres:
        p_wchar: ClassVar[type[_Pointer[c_wchar]]]
        def __init__(self, tzres_loc="tzres.dll"): ...
        def load_name(self, offset): ...
        def name_from_string(self, tzname_str: str): ...

    def picknthweekday(year: int, month: int, dayofweek: int, hour: int, minute: int, whichweek: int) -> datetime: ...
    def valuestodict(key: _KeyType) -> dict[str, Any]: ...  # keys and values in dict are results of winreg.EnumValue() function

Hry