ewokscore.graph.graph_io.iter_node_ids# ewokscore.graph.graph_io.iter_node_ids(graph, label=None, task_identifier=None)[source]# Yield nodes with matching label AND task_identifier Parameters: graph (DiGraph) label (Optional[str]) task_identifier (Optional[str]) Return type: Iterator[Union[str, int, tuple]]