caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
801 stars 185 forks source link

What is the Node attribute `expanded` for ? #142

Closed thomassajot closed 4 years ago

thomassajot commented 4 years ago

There is no documentation regarding the use of the Node class attribute expanded. What is it used for ?

leonardbinet commented 4 years ago

Hello @UrbanSolution, this seems a duplicate of https://github.com/caesar0301/treelib/issues/132