Expand description
§Graph Utilities
This module provides functions for working with graph data structures.
Primary use is to model organizational data as a graph.
Functions§
- node_
from_ label - Find a node by label.
- node_
name - Get the name of a node in the graph.
- node_
parent - Find the parent of a node in the graph.