chore: remove clone method

This commit is contained in:
Shunsuke Shibayama 2024-02-24 00:27:13 +09:00
parent c9438f215a
commit 47818e431e
3 changed files with 7 additions and 5 deletions

View file

@ -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