Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcellobject.h16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type) macro
/external/python/cpython3/Include/
Dcellobject.h16 #define PyCell_Check(op) Py_IS_TYPE(op, &PyCell_Type) macro