8.2.15.1.61. _set_wildcardsΒΆ
- Solution._set_wildcards(wildcard, inputs=None, outputs=None)[source]
Update wildcards set with the input data nodes that are also outputs.
- Parameters:
wildcard (bool, int) β If True, when the data node is used as input and target in the ArciDispatch algorithm, the input value will be used as input for the connected functions, but not as output. If it is equal to 2, the the data node that cannot be calculated are excluded by the wildcard condition.
inputs (list[str], iterable, optional) β Input data nodes.
outputs (list[str], iterable, optional) β Ending data nodes.