towhee.runtime.check_utils.check_set

towhee.runtime.check_utils.check_set(inputs: Tuple, all_inputs: Set[str])[source]

Check if the inputs in all_inputs.

Parameters:
  • inputs (Tuple[str]) – The inputs schema.

  • all_inputs (Set[str]) – The all inputs schema in the DAG util the node.