Home | History | Annotate | Download | only in utils

Lines Matching full:flatten

789     def flatten((key, children, data)):
790 children = sorted(map(flatten,children.values()))
793 return flatten(root)