Strings, Sequences and Regular expressions. More...
Public Member Functions | |
is_string (self) | |
basis (self) | |
![]() | |
as_ast (self) | |
get_id (self) | |
kind (self) | |
subsort (self, other) | |
cast (self, val) | |
name (self) | |
__eq__ (self, other) | |
__ne__ (self, other) | |
__hash__ (self) | |
![]() | |
__init__ (self, ast, ctx=None) | |
__del__ (self) | |
__deepcopy__ (self, memo={}) | |
__str__ (self) | |
__repr__ (self) | |
__eq__ (self, other) | |
__hash__ (self) | |
__nonzero__ (self) | |
__bool__ (self) | |
sexpr (self) | |
ctx_ref (self) | |
eq (self, other) | |
translate (self, target) | |
__copy__ (self) | |
hash (self) | |
![]() | |
use_pp (self) | |
Additional Inherited Members | |
![]() | |
ast = ast | |
ctx = _get_ctx(ctx) | |
![]() | |
_repr_html_ (self) | |
Strings, Sequences and Regular expressions.
Sequence sort.
basis | ( | self | ) |
is_string | ( | self | ) |
Determine if sort is a string >>> s = StringSort() >>> s.is_string() True >>> s = SeqSort(IntSort()) >>> s.is_string() False
Definition at line 10908 of file z3py.py.