erg_compiler 0.6.53

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.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