erg/crates/erg_compiler/lib/pystd/zoneinfo.d.er
2024-06-30 13:13:38 +09:00

9 lines
226 B
Python

.available_zones: Set Str, _
.TZPATH: [Str; _]
.ZoneInfo: ClassType
.ZoneInfo.
key: Str
__call__: (key: Str) -> .ZoneInfo
from_file: (fobj: FileLike, key := Str) -> .ZoneInfo
__str__: (self: .ZoneInfo) -> Str