mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-13 16:15:15 +00:00
9 lines
226 B
Python
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
|