mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
chore: remove clone
method
This commit is contained in:
parent
c9438f215a
commit
47818e431e
3 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
.Obj.
|
||||
__dict__: {Str: .Obj}
|
||||
__module__: Str
|
||||
clone: |T <: .Obj|(self: T) -> T
|
||||
__hash__: (self: .Obj) -> Int
|
||||
__bytes__: (self: .Obj) -> Bytes
|
||||
__repr__: (self: .Obj) -> Str
|
||||
__sizeof__: (self: .Obj) -> Nat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue