anytree icon indicating copy to clipboard operation
anytree copied to clipboard

do you have functionality to count how many time particular branch was added

Open Sandy4321 opened this issue 3 years ago • 0 comments

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 ?

Sandy4321 avatar Dec 02 '22 16:12 Sandy4321