Skip to content
Snippets Groups Projects

Handle different start and end times of components

Merged Martin Lange requested to merge start-times into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -345,7 +345,7 @@ class Component(IComponent, Loggable, ABC):
self.outputs.frozen = True
def try_connect(
self, time=None, exchange_infos=None, push_infos=None, push_data=None
self, time, exchange_infos=None, push_infos=None, push_data=None
):
"""Exchange the info and data with linked components.
Loading