Function | _gen_edges |
Undocumented |
Function | find_cycles |
Undocumented |
Function | sort |
sort the given list of items by dependency. |
Function | sort_as_subsets |
Undocumented |
sort the given list of items by dependency.
'tuples' is a list of tuples representing a partial ordering.
deterministic_order is no longer used, the order is now always deterministic given the order of "allitems". the flag is there for backwards compatibility with Alembic.