# Assignments and AssignmentCollection

```{eval-rst}

.. py:class:: pystencils.Assignment

    Monkeypatched variant of `sympy.codegen.ast.Assignment`.
    Represents an assignment of an expression to a symbol.

.. autosummary::
    :toctree: generated
    :nosignatures:
    :template: autosummary/recursive_class.rst

    pystencils.AssignmentCollection
```
