Skip to main content

Module dependency

Module dependency 

Source
Expand description

Pure dependency graph functions for topological sorting and cycle detection.

Functionsยง

detect_cycles
Detects cycles in the dependency graph.
topological_sort
Performs a topological sort on the specs based on their dependencies.