Searched refs:PyContextVar_CheckExact (Results 1 – 4 of 4) sorted by relevance
21 #define PyContextVar_CheckExact(o) Py_IS_TYPE(o, &PyContextVar_Type) macro
32 if (!PyContextVar_CheckExact(o)) { \258 if (!PyContextVar_CheckExact(var)) { in PyContextVar_Set()415 if (!PyContextVar_CheckExact(key)) { in context_check_key_type()959 if (!PyContextVar_CheckExact(self)) { in _contextvars_ContextVar_get_impl()
65 .. c:function:: int PyContextVar_CheckExact(PyObject *o)
385 PyContextVar_CheckExact:int:::386 PyContextVar_CheckExact:PyObject*:o:0: