erg/crates/erg_compiler/lib/pystd/zoneinfo.d.er
2024-10-11 21:27:32 +09:00

18 lines
508 B
Python

.available_timezones: () -> Set(Str, _)
.reset_tzpath!: (to := Sequence(Str) or PathLike) => NoneType
.TZPATH: [Str; _]
.ZoneInfoNotFoundError: ClassType
.ZoneInfoNotFoundError <: Exception
.InvalidTZPathWarning: ClassType
.InvalidTZPathWarning <: Warning
.ZoneInfo: ClassType
.ZoneInfo.
key: Str
__call__: (key: Str) -> .ZoneInfo
from_file: (fobj: FileLike, key := Str) -> .ZoneInfo
no_cache: (key: Str) -> .ZoneInfo
clear_cache!: () => NoneType
__str__: (self: .ZoneInfo) -> Str