ewokscore.graph.analysis.topological_sort#

ewokscore.graph.analysis.topological_sort(graph)[source]#

Sort node names for sequential instantiation+execution of DAGs

Parameters:

graph (DiGraph) –

Return type:

Iterable[Union[str, int, tuple]]