Searched refs:PyContext_CheckExact (Results 1 – 4 of 4) sorted by relevance
20 #define PyContext_CheckExact(o) Py_IS_TYPE(o, &PyContext_Type) macro
25 if (!PyContext_CheckExact(o)) { \209 assert(PyContext_CheckExact(ts->context)); in PyContextVar_Get()480 if (!PyContext_CheckExact(v) || !PyContext_CheckExact(w) || in context_tp_richcompare()
60 .. c:function:: int PyContext_CheckExact(PyObject *o)
364 PyContext_CheckExact:int:::365 PyContext_CheckExact:PyObject*:o:0: