mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Fix #1540 Remove extraneous function
Remove extra __deepcopy__ function definition that shadows working implementation.
This commit is contained in:
parent
b1f05d8271
commit
e4cab7bc83
1 changed files with 0 additions and 3 deletions
|
@ -368,9 +368,6 @@ class AstRef(Z3PPObject):
|
|||
def __copy__(self):
|
||||
return self.translate(self.ctx)
|
||||
|
||||
def __deepcopy__(self):
|
||||
return self.translate(self.ctx)
|
||||
|
||||
def hash(self):
|
||||
"""Return a hashcode for the `self`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue