caesar0301 / treelib

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

Control class of created nodes. #102

Closed bewing closed 5 years ago

bewing commented 5 years ago

Allow passing of a subclass of treelib.node.Node into the Tree constructor, and setting a default node_class when subclassing treelib.tree.Tree.