Searched defs:PySTEntry_Check (Results 1 – 6 of 6) sorted by relevance
51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type) macro
80 #define PySTEntry_Check(op) Py_IS_TYPE(op, &PySTEntry_Type) macro