dask_awkward.dask_method

dask_awkward.dask_method

dask_awkward.dask_method(func)[source]

Decorate an instance method to provide a mechanism for overriding the implementation for dask-awkward arrays via .dask.

Parameters

func (Callable) – The method implementation to decorate.

Returns

The callable dask-awkward aware method.

Return type

Callable