apply_array_func

function of dascore.utils.array source

apply_array_func(
    func ,
    *args ,
    **kwargs ,
)

Apply an array function.

Numpy functions have no array API equivalent, so patches from other backends are converted to numpy and the result converted back.