mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove debug out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
253f7d7675
commit
0ebea1c298
2 changed files with 2 additions and 1 deletions
|
@ -1073,6 +1073,8 @@ class ExprRef(AstRef):
|
|||
_z3_assert(is_app(self), "Z3 application expected")
|
||||
return FuncDeclRef(Z3_get_app_decl(self.ctx_ref(), self.as_ast()), self.ctx)
|
||||
|
||||
|
||||
|
||||
def num_args(self):
|
||||
"""Return the number of arguments of a Z3 application.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue