mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
Merge branch 'unstable' into contrib
This commit is contained in:
commit
d2a2dbb4b6
230 changed files with 9263 additions and 13830 deletions
|
@ -585,6 +585,9 @@ class FuncDeclRef(AstRef):
|
|||
def as_ast(self):
|
||||
return Z3_func_decl_to_ast(self.ctx_ref(), self.ast)
|
||||
|
||||
def as_func_decl(self):
|
||||
return self.ast
|
||||
|
||||
def name(self):
|
||||
"""Return the name of the function declaration `self`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue