mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-09-05 18:34:18 +00:00
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)
|