mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 06:36:54 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -9,13 +9,16 @@ if sys.platform == "win32":
|
||||
localkey: Any
|
||||
WEEKS: Any
|
||||
def list_timezones(): ...
|
||||
|
||||
class win32tz(datetime.tzinfo):
|
||||
data: Any
|
||||
def __init__(self, name) -> None: ...
|
||||
def utcoffset(self, dt): ...
|
||||
def dst(self, dt): ...
|
||||
def tzname(self, dt): ...
|
||||
|
||||
def pickNthWeekday(year, month, dayofweek, hour, minute, whichweek): ...
|
||||
|
||||
class win32tz_data:
|
||||
display: Any
|
||||
dstname: Any
|
||||
@@ -33,4 +36,5 @@ if sys.platform == "win32":
|
||||
dsthour: Any
|
||||
dstminute: Any
|
||||
def __init__(self, path) -> None: ...
|
||||
|
||||
def valuesToDict(key): ...
|
||||
|
||||
Reference in New Issue
Block a user