Searched defs:DataPipeGraph (Results 1 – 2 of 2) sorted by relevance
24 def get_all_graph_pipes(graph: DataPipeGraph) -> List[DataPipe]:29 graph: DataPipeGraph, id_cache: Set[int]
15 DataPipeGraph = Dict[int, Tuple[DataPipe, "DataPipeGraph"]] # type: ignore[misc] variable