caesar0301/treelib

what is the purpose of "__real_true" method?

leonardbinet opened this issue · 1 comments

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

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