anytree
anytree copied to clipboard
do you have functionality to count how many time particular branch was added
per https://stackoverflow.com/questions/2358045/how-can-i-implement-a-tree-in-python
do you have functionality to count how many time particular branch was added
lets say marc = Node("Marc", parent=udo) lian = Node("Lian", parent=marc)
was added 12 times , then we want to see counts ?