mirror of
https://github.com/AdaCore/cvc5.git
synced 2026-02-12 12:32:16 -08:00
We decided we want to ship the pythonic API together with our base python API. This PR adds a new target cvc5_python_api that first builds the base python API and then copies the pythonic API over. Furthermore we now use the cvc5.pythonic module to generate the corresponding documentation.
18 lines
323 B
ReStructuredText
18 lines
323 B
ReStructuredText
Internals
|
|
============
|
|
|
|
|
|
Testers
|
|
-------------------
|
|
.. autofunction:: cvc5.pythonic.is_expr
|
|
.. autofunction:: cvc5.pythonic.is_sort
|
|
.. autofunction:: cvc5.pythonic.is_app
|
|
.. autofunction:: cvc5.pythonic.is_app_of
|
|
|
|
Exceptions
|
|
-------------------
|
|
|
|
.. autoclass:: cvc5.pythonic.SMTException
|
|
:members:
|
|
:special-members:
|