MCPcopy Create free account
hub / github.com/dask/dask / _overlap_chunk

Function _overlap_chunk

dask/dataframe/dask_expr/_expr.py:1139–1140  ·  view source on GitHub ↗
(df, func, before, after, *args, **kwargs)

Source from the content-addressed store, hash-verified

1137
1138
1139def _overlap_chunk(df, func, before, after, *args, **kwargs):
1140 return overlap_chunk(func, before, after, df, *args, **kwargs)
1141
1142
1143def _combined_parts(prev_part, current_part, next_part, before, after):

Callers

nothing calls this directly

Calls 1

overlap_chunkFunction · 0.90

Tested by

no test coverage detected