mecfs_bio.build_system.task.pipes.identity_pipe Classes: IdentityPipe – IdentityPipe Bases: DataProcessingPipe Methods: process – process process(x: LazyFrame) -> narwhals.LazyFrame Source code in mecfs_bio/build_system/task/pipes/identity_pipe.py 7 8def process(self, x: narwhals.LazyFrame) -> narwhals.LazyFrame: return x