Skip to content

Introduce TaskMixin #10926

@turbaszek

Description

@turbaszek

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

#10827 (comment)
#10153

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions