Searched refs:getRoots (Results 1 – 2 of 2) sorted by relevance
105 map(lambda v: self.addEdges(v, outputs = DirectedGraph.getRoots(graph)), leaves)110 roots = DirectedGraph.getRoots(self)115 def getRoots(graph): member in DirectedGraph118 getRoots = staticmethod(getRoots) variable in DirectedGraph167 queue = DirectedGraph.getRoots(graph)[0:1]
1222 for child in graph.DirectedGraph.getRoots(depGraph):