1 from numpy cimport ndarray 2 3 4 cdef bint c_is_list_like(object, bint) except -1 5 6 cpdef ndarray eq_NA_compat(ndarray[object] arr, object key)