Searched defs:DepGraph (Results 1 – 3 of 3) sorted by relevance
188 struct DepGraph { struct195 impl DepGraph { argument
20 DepGraph = Dict[str, Set[str]] variable48 dep_graph: DepGraph,78 def gen_transitive_closure_str(dep_graph: DepGraph, root_ops: list[str]) -> str:
55 DepGraph(Collection &_C, unsigned P) : C(_C), Policy(P) {}; in DepGraph() function