-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
kind:featureFeature RequestsFeature Requests
Description
Description
Currently BaseOperator and XComArgs implements the same logic of __lshift__, __rshift__ and others "chain" operations (>>, <<). It seems resonable to abstract this logic into TaskMixin to introduce some DRYness especially because the new concept of TaskGroup will also implement the same methods.
Use case / motivation
Limit duplication of logic.
Related Issues
Metadata
Metadata
Assignees
Labels
kind:featureFeature RequestsFeature Requests