Skip to content
Snippets Groups Projects

Refactor Configuration API

Merged Frederik Hennig requested to merge fhennig/configuration into v2.0-dev
Files
35
+ 16
0
 
# 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
 
```
Loading