MCPcopy Index your code
hub / github.com/pydata/xarray / func

Function func

xarray/computation/apply_ufunc.py:797–807  ·  view source on GitHub ↗
(*arrays)

Source from the content-addressed store, hash-verified

795 )
796
797 def func(*arrays):
798 res = chunkmanager.apply_gufunc(
799 numpy_func,
800 signature.to_gufunc_string(exclude_dims),
801 *arrays,
802 vectorize=vectorize,
803 output_dtypes=output_dtypes,
804 **dask_gufunc_kwargs,
805 )
806
807 return res
808
809 elif dask == "allowed":
810 pass

Callers 4

apply_dataarray_vfuncFunction · 0.70
apply_variable_ufuncFunction · 0.70
apply_array_ufuncFunction · 0.70

Calls 2

to_gufunc_stringMethod · 0.80
apply_gufuncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…