dump only specific path (s) of the tree #233
Unanswered
DvoraNagler
asked this question in
Questions
Replies: 1 comment
-
You can possibly explore pruning the tree to that specific path - this will return a subset of the tree with all the existing attributes (if any). In your example, when you perform |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can I dump only specific path (s) of the tree?
Is it should be
print_tree(str_to_tree(leaf.path_name))
since this create one node only and not all the path from some reasonsBeta Was this translation helpful? Give feedback.
All reactions