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