- graphicle.select.vertex_descendants(adj: AdjacencyList, vertex: int) MaskArray[source]
Returns a
MaskArrayto select edges which descend from a given interaction vertex.New in version 0.1.0.
Changed in version 0.2.7: In the edge case of no descendants, now returns a mask with identifying edges whose source is the vertex, rather than raising an unhandled
IndexError.
Last update:
Jun 27, 2025