isinf Source code in sparse/numba_backend/_common.py 2194 2195 2196@_support_numpy def isinf(x, /): return x.isinf()