7 lines
139 B
Cython
7 lines
139 B
Cython
from numpy cimport ndarray
|
|
|
|
|
|
cdef bint c_is_list_like(object, bint) except -1
|
|
|
|
cpdef ndarray eq_NA_compat(ndarray[object] arr, object key)
|