pyinterp.backends.xarray.Grid3D.__reduce__

pyinterp.backends.xarray.Grid3D.__reduce__#

Grid3D.__reduce__()[source]#

Support pickle serialization (e.g. for Dask scatter/multiprocessing).

Returns:

Tuple of (callable, args) allowing reconstruction of this instance.

Return type:

tuple