jobcontrol.utils.depgraph

Dependency graph exploration / resolution functions.

The dependency graph is represented as a dictionary of {<vertex>: [<dependencies>]}.

exception jobcontrol.utils.depgraph.DepResolutionError[source]
exception jobcontrol.utils.depgraph.DepLoop[source]
jobcontrol.utils.depgraph.resolve_deps(graph, start, with_weights=False)[source]

Previous topic

jobcontrol.utils

Next topic

jobcontrol.utils.local

This Page