Searched refs:PyContext_CheckExact (Results 1 – 4 of 4) sorted by relevance
18 #define PyContext_CheckExact(o) Py_IS_TYPE((o), &PyContext_Type) macro
21 if (!PyContext_CheckExact(o)) { \216 assert(PyContext_CheckExact(ts->context)); in PyContextVar_Get()498 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: