node_to_raw_path#
- NodeTree.node_to_raw_path(node: Node) str [source]#
Converts a node into a raw node path string.
The function does not check if the node exists, but if the node exist the returned raw node path exists in the underlying dictionary.
- Parameters:
node (Node) – Node object.
- Returns:
Raw node path that can be used a key in the internal dictionary.
- Return type:
str