Home
last modified time | relevance | path

Searched refs:array_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Darraymodule.c42 #define array_CheckExact(op) (Py_TYPE(op) == &Arraytype) macro
/external/python/cpython3/Modules/
Darraymodule.c109 #define array_CheckExact(op) Py_IS_TYPE(op, &Arraytype) macro