For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python function
nodes
nodes()
max.experimental.tree_utils.nodes(tree, node_type, *, leaf=None, shared=False)
Returns every node_type value inside tree, keyed by its path.
The root matches at path "".
-
Parameters:
-
Returns:
-
{path: node}in the order the walk found them. -
Return type: