Searched refs:PyContext_CheckExact (Results 1 – 4 of 4) sorted by relevance
20 #define PyContext_CheckExact(o) (Py_TYPE(o) == &PyContext_Type) macro
22 if (!PyContext_CheckExact(o)) { \195 assert(PyContext_CheckExact(ts->context)); in PyContextVar_Get()466 if (!PyContext_CheckExact(v) || !PyContext_CheckExact(w) || in context_tp_richcompare()
60 .. c:function:: int PyContext_CheckExact(PyObject *o)
346 PyContext_CheckExact:int:::347 PyContext_CheckExact:PyObject*:o:0: