astype Source code in sparse/numba_backend/_common.py 2152 2153def astype(x, dtype, /, *, copy=True): return x.astype(dtype, copy=copy)