PrePropagateKey¶
- class samplomatic.pre_samplex.PrePropagateKey(mode: InstructionMode, operation_name: str, direction: Direction)[source]¶
Bases:
objectA key used to identify the “type” of
PrePropagatenodes for clustering purposes.The key includes only properties of the node for which a difference between two nodes would make the nodes unmergeable. This, however, doesn’t automatically mean that a matching key makes nodes mergable. Other considerations in determining the mergeability include the subsystems and predecessor nodes.
Attributes Summary
The direction of the
PrePropagatenode.The mode of the
PrePropagatenode.The name of the operation of the
PrePropagatenode.Attributes Documentation
- mode: InstructionMode = <dataclasses._MISSING_TYPE object>¶
The mode of the
PrePropagatenode.