Skip to content
Snippets Groups Projects
Commit b1f7f183 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Better explain DistributedGraphPartition.name_to_output

parent ad1549aa
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,9 @@ class DistributedGraphPartition:
.. attribute:: name_to_output
Mapping of placeholder names to the respective :class:`pytato.array.Array`
they represent.
they represent. This is where the actual expressions are stored, for
all parts. Observe that the :class:`DistributedGraphPart`, for the most
part, only stores names.
"""
parts: Mapping[PartId, DistributedGraphPart]
name_to_output: Mapping[str, Array]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment