diff options
author | Nao Pross <np@0hm.ch> | 2024-04-01 15:34:00 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-04-01 15:40:28 +0200 |
commit | 3da878474937c3b9d8915552c22c48abe89f862a (patch) | |
tree | 38d671b9a8fcbc172eba24c73d5e1d71b9f8a10a /polymatrix/expression/utils/getvariableindices.py | |
parent | Update pyproject.toml to use Poetry for dependency management (diff) | |
download | polymatrix-3da878474937c3b9d8915552c22c48abe89f862a.tar.gz polymatrix-3da878474937c3b9d8915552c22c48abe89f862a.zip |
Add comments for code review
Diffstat (limited to 'polymatrix/expression/utils/getvariableindices.py')
-rw-r--r-- | polymatrix/expression/utils/getvariableindices.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polymatrix/expression/utils/getvariableindices.py b/polymatrix/expression/utils/getvariableindices.py index 9799da3..743f6b9 100644 --- a/polymatrix/expression/utils/getvariableindices.py +++ b/polymatrix/expression/utils/getvariableindices.py @@ -5,6 +5,7 @@ from polymatrix.expressionstate.abc import ExpressionState from polymatrix.expression.mixins.expressionbasemixin import ExpressionBaseMixin +# FIXME: typing def get_variable_indices_from_variable( state: ExpressionState, variable: ExpressionBaseMixin | int | typing.Any, |