Searched refs:PyContextVar_CheckExact (Results 1 – 4 of 4) sorted by relevance
21 #define PyContextVar_CheckExact(o) (Py_TYPE(o) == &PyContextVar_Type) macro
29 if (!PyContextVar_CheckExact(o)) { \244 if (!PyContextVar_CheckExact(var)) { in PyContextVar_Set()401 if (!PyContextVar_CheckExact(key)) { in context_check_key_type()920 if (!PyContextVar_CheckExact(self)) { in _contextvars_ContextVar_get_impl()
65 .. c:function:: int PyContextVar_CheckExact(PyObject *o)
367 PyContextVar_CheckExact:int:::368 PyContextVar_CheckExact:PyObject*:o:0: