is_numpy

function of dascore.utils.array_api source

is_numpy(
    array: Any ,
)-> ‘TypeGuard[np.ndarray]’

Return True if the array is a numpy array or scalar.