Files
cvc5/docs/api/python/pythonic/sequence.rst
yoni206 91572c54c6 Add strings and sequences to the pythonic API documentation (#10654)
This PR adds the documentation for strings and sequences in the pythonic API.
2024-04-19 07:34:00 -05:00

34 lines
676 B
ReStructuredText

Sequences
============
Basic Sequence Term Builders
-------------------------------
.. autofunction:: cvc5.pythonic.SeqSort
.. autofunction:: cvc5.pythonic.Unit
Sequence Operators
-------------------
.. autofunction:: cvc5.pythonic.Empty
.. autofunction:: cvc5.pythonic.Length
.. autofunction:: cvc5.pythonic.SubSeq
.. autofunction:: cvc5.pythonic.SeqUpdate
See the following operator overload for sequence terms:
* is member: :py:meth:`cvc5.pythonic.SeqRef.__getitem__`
Classes (with overloads)
----------------------------
.. autoclass:: cvc5.pythonic.SeqSortRef
:members:
:special-members:
.. autoclass:: cvc5.pythonic.SeqRef
:members:
:special-members: