Odelya

Results 2 issues of Odelya

Version 2.1.1 - glob returns only the closest children: ``` d = Node("parent") child_1 = Node("child_1", parent=d, value="5") child_2 = Node("child_2", parent=d, value="5") grandson_1 = Node("child_1", parent=child_1, value="5") grandson_2 =...

enhancement