Searched refs:PyContextToken_CheckExact (Results 1 – 4 of 4) sorted by relevance
22 #define PyContextToken_CheckExact(o) (Py_TYPE(o) == &PyContextToken_Type) macro
70 .. c:function:: int PyContextToken_CheckExact(PyObject *o)
36 if (!PyContextToken_CheckExact(o)) { \962 if (!PyContextToken_CheckExact(token)) { in _contextvars_ContextVar_reset()
364 PyContextToken_CheckExact:int:::365 PyContextToken_CheckExact:PyObject*:o:0: