ewokscore.graph.analysis.has_required_static_inputs#

ewokscore.graph.analysis.has_required_static_inputs(graph, node_id)[source]#

Returns True when the default inputs cover all required inputs.

Parameters:
  • graph (DiGraph) –

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

Return type:

bool