def __array__()

in sonic_on_ray/sonic_on_ray.py [0:0]


    def __array__(self, dtype=None):
        out = self._force()
        if dtype is not None:
            out = out.astype(dtype)
        return out