kinbaku.Graph.node¶
- Graph.node(key)[source]¶
Get node from key
- Parameters
key (str) – unique string identifier of the node
- Raises
NodeNotFound – the key does not match any node in the graph
- Returns
node
- Return type
node_class
Get node from key
key (str) – unique string identifier of the node
NodeNotFound – the key does not match any node in the graph
node
node_class