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
paths
paths()
max.experimental.tree_utils.paths(tree, *, leaf=None, shared=False)
Returns tree’s leaves keyed by their dotted path.
The result is what update() consumes.
-
Parameters:
-
Returns:
-
One entry per leaf, in leaf order.
-
Raises:
-
ValueError – If two leaves share a path, so it names neither.
-
Return type: