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