massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / vobject / vobject / win32tz.pyi
1 import datetime
2 import sys
3 from typing import Any
4
5 if sys.platform == "win32":
6     handle: Any
7     tzparent: Any
8     parentsize: Any
9     localkey: Any
10     WEEKS: Any
11     def list_timezones(): ...
12     class win32tz(datetime.tzinfo):
13         data: Any
14         def __init__(self, name) -> None: ...
15         def utcoffset(self, dt): ...
16         def dst(self, dt): ...
17         def tzname(self, dt): ...
18     def pickNthWeekday(year, month, dayofweek, hour, minute, whichweek): ...
19     class win32tz_data:
20         display: Any
21         dstname: Any
22         stdname: Any
23         stdoffset: Any
24         dstoffset: Any
25         stdmonth: Any
26         stddayofweek: Any
27         stdweeknumber: Any
28         stdhour: Any
29         stdminute: Any
30         dstmonth: Any
31         dstdayofweek: Any
32         dstweeknumber: Any
33         dsthour: Any
34         dstminute: Any
35         def __init__(self, path) -> None: ...
36     def valuesToDict(key): ...