Skip to content
Snippets Groups Projects

Resolve "Specify internal input/output dependencies of an Operation"

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -403,4 +403,4 @@ class SFG(AbstractOperation):
if src.operation.depends(src.index, i):
if self._source_depends(port.signals[0].source, input_operation, visited):
return True
return False
\ No newline at end of file
return False
Loading