Build the path from node1 to node2. The path is composed of all the nodes between node1 and node2, node1 excluded. Although if there is a loop starting from node1, it will be included in the path.
(graph, node1, node2, path=None)
source not stored for this graph (policy: none)