lcapy.schemgraph.GraphPath
- class lcapy.schemgraph.GraphPath(iterable=(), /)
Bases:
listThis is a list of edges defining a path through a graph.
Methods
from_dist(match_node)on(match_node)to_dist(match_node)Attributes
distfrom_gnodeReturn list of nodes along path including end nodes.
stretchesto_gnode- property gnodes
Return list of nodes along path including end nodes.