erg/crates/erg_compiler/lib/pystd/enum.d.er
2024-04-16 10:23:54 +09:00

31 lines
402 B
Python

.EnumType: ClassType
.EnumType <: Type
.Enum: ClassType
.Enum <: Show
.Enum.
name: Str
value: Obj
.IntEnum: ClassType
.IntEnum <: Enum
.IntEnum <: Int
.IntEnum.
value: Int
.StrEnum: ClassType
.StrEnum <: Enum
.StrEnum <: Str
.StrEnum.
value: Str
.Flag: ClassType
.Flag <: Enum
.IntFlag: ClassType
.IntFlag <: Flag
.ReprEnum: ClassType
.ReprEnum <: Enum
.Auto = 'auto': ClassType