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