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 purpose of "__real_true" method? #150

Closed leonardbinet closed 4 years ago

leonardbinet commented 4 years ago

In Tree class, the __real_true method only returns True, I don't understand at all in which use case it can be helpful :)

caesar0301 commented 4 years ago

In Tree class, the __real_true method only returns True, I don't understand at all in which use case it can be helpful :)

This can be safely replaced by lambda func to fulfill expand_tree()'s filter functionality