mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 09:56:15 +00:00
commit
63ea2c4d8f
1 changed files with 3 additions and 0 deletions
|
@ -284,6 +284,9 @@ class AstRef(Z3PPObject):
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return obj_to_string(self)
|
return obj_to_string(self)
|
||||||
|
|
||||||
|
def __hash__(self):
|
||||||
|
return self.hash()
|
||||||
|
|
||||||
def sexpr(self):
|
def sexpr(self):
|
||||||
"""Return an string representing the AST node in s-expression notation.
|
"""Return an string representing the AST node in s-expression notation.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue