erg/crates/erg_compiler/lib/core.d/Obj.d.er
2024-01-04 17:26:26 +09:00

9 lines
245 B
Python

.Obj: ClassType
.Obj.
__dict__: {Str: .Obj}
__module__: Str
clone: |T <: .Obj|(self: T) -> T
__bytes__: (self: .Obj) -> Bytes
__repr__: (self: .Obj) -> Str
__sizeof__: (self: .Obj) -> Nat
__str__: (self: .Obj) -> Str