Skip to content

mecfs_bio.build_system.task.pipes.identity_pipe

Classes:

IdentityPipe

Bases: DataProcessingPipe

Methods:

process

process(x: LazyFrame) -> narwhals.LazyFrame
Source code in mecfs_bio/build_system/task/pipes/identity_pipe.py
def process(self, x: narwhals.LazyFrame) -> narwhals.LazyFrame:
    return x