mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
fixed indentation (Python 3.x problem)
This commit is contained in:
parent
5b39d8fa0d
commit
df1c84c182
1 changed files with 1 additions and 1 deletions
|
@ -3921,7 +3921,7 @@ class ArrayRef(ExprRef):
|
||||||
return _to_expr_ref(Z3_mk_select(self.ctx_ref(), self.as_ast(), arg.as_ast()), self.ctx)
|
return _to_expr_ref(Z3_mk_select(self.ctx_ref(), self.as_ast(), arg.as_ast()), self.ctx)
|
||||||
|
|
||||||
def default(self):
|
def default(self):
|
||||||
return _to_expr_ref(Z3_mk_array_default(self.ctx_ref(), self.as_ast()), self.ctx)
|
return _to_expr_ref(Z3_mk_array_default(self.ctx_ref(), self.as_ast()), self.ctx)
|
||||||
|
|
||||||
|
|
||||||
def is_array(a):
|
def is_array(a):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue