Home | History | Annotate | Download | only in utils

Lines Matching refs:children

789     def flatten((key, children, data)):
790 children = sorted(map(flatten,children.values()))
791 return (key, children, sorted(data))
796 (key,children,data) = node
799 for c in children: