enhancementgood first issue
Repository metrics
- Stars
- (23 stars)
- PR merge metrics
- (PR metrics pending)
Description
E.g. for pyironflow it would actually probably be quite nice to add
finally:
for fnc in self.child_starting/finished/emitting_callbacks:
fnc(child)
in each of Composite.register_child_starting/finished/emitting, where the callbacks take the form Callable[[Node], None] and the properties child_starting/finished/emitting_callbacks default to an empty list.