Searched defs:PySTEntry_Check (Results 1 – 2 of 2) sorted by relevance
51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type) macro
68 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type) macro