summaryrefslogtreecommitdiffstats
path: root/polymatrix/expression/utils/getvariableindices.py
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-04-01 15:34:00 +0200
committerNao Pross <np@0hm.ch>2024-04-01 15:40:28 +0200
commit3da878474937c3b9d8915552c22c48abe89f862a (patch)
tree38d671b9a8fcbc172eba24c73d5e1d71b9f8a10a /polymatrix/expression/utils/getvariableindices.py
parentUpdate pyproject.toml to use Poetry for dependency management (diff)
downloadpolymatrix-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.py1
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,