You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Recursively find all nodes that depend on the specified base nodes.
165
169
166
170
Args:
167
171
base_nodes (Iterable[str]): A list or set of base node names to start the search from.
168
-
reversed_deps (Graph): A dictionary representing the reversed graph where keys are node names and values are sets of nodes that depend on the key node.
172
+
reversed_deps (Graph): A dictionary representing the reversed graph where keys are node names and values are
173
+
sets of nodes that depend on the key node.
169
174
visited (set[str], optional): A set of nodes that have already been visited. Defaults to None.
0 commit comments