ewokscore.graph.analysis.required_predecessors#

ewokscore.graph.analysis.required_predecessors(graph, target_id)[source]#
Parameters:
  • graph (DiGraph) –

  • target_id (Union[str, int, tuple]) –

Return type:

Iterable[Union[str, int, tuple]]