Skip to content

Commit

Permalink
docs: include docs for ArithmeticExpressionT
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Oct 13, 2024
1 parent a1024b5 commit 71e142e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pymbolic/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
Typing helpers
--------------
.. autoclass:: BoolT
.. autoclass:: NumberT
.. autoclass:: ScalarT
.. autoclass:: ArithmeticExpressionT
.. autodata:: BoolT
.. autodata:: NumberT
.. autodata:: ScalarT
.. autodata:: ArithmeticExpressionT
A narrower type alias than :class:`ExpressionT` that is returned by
arithmetic operators, to allow continue doing arithmetic with the result
of arithmetic.
.. autoclass:: ExpressionT
>
.. autodata:: ExpressionT
"""

from __future__ import annotations
Expand Down

0 comments on commit 71e142e

Please sign in to comment.