Searched defs:PyCoro_CheckExact (Results 1 – 5 of 5) sorted by relevance
60 #define PyCoro_CheckExact(op) Py_IS_TYPE(op, &PyCoro_Type) macro