TierkreisEdge#
- class tierkreis.core.tierkreis_graph.TierkreisEdge(source: NodePort, target: NodePort, type_: TierkreisType | None)[source]#
Bases:
object
An edge in a Tierkreis graph, from output NodePort to input NodePort. Optionally records a type annotation for the value carried by the edge.
Methods
to_edge_handle
to_proto
Attributes
source
target
type_