ewokscore.graph.analysis.node_pure_descendants# ewokscore.graph.analysis.node_pure_descendants(graph, node_id, include_node=False)[source]# Yields all descendants which do not depend on anything else than node_id Parameters: graph (DiGraph) node_id (Union[str, int, tuple]) include_node (bool) Return type: Iterable[Union[str, int, tuple]]