mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
parent
b6bf299b8b
commit
35e8decdb1
4 changed files with 6 additions and 7 deletions
|
@ -9914,6 +9914,8 @@ class SeqRef(ExprRef):
|
|||
|
||||
def as_string(self):
|
||||
"""Return a string representation of sequence expression."""
|
||||
if self.is_string_value():
|
||||
return Z3_get_string(self.ctx_ref(), self.as_ast())
|
||||
return Z3_ast_to_string(self.ctx_ref(), self.as_ast())
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue