Home
last modified time | relevance | path

Searched defs:PyList_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dlistobject.h26 #define PyList_CheckExact(op) Py_IS_TYPE(op, &PyList_Type) macro
/external/python/cpython2/Include/
Dlistobject.h45 #define PyList_CheckExact(op) (Py_TYPE(op) == &PyList_Type) macro