Home
last modified time | relevance | path

Searched refs:PyContextVar_CheckExact (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dcontext.h21 #define PyContextVar_CheckExact(o) Py_IS_TYPE(o, &PyContextVar_Type) macro
/third_party/python/Python/
Dcontext.c30 if (!PyContextVar_CheckExact(o)) { \
264 if (!PyContextVar_CheckExact(var)) { in PyContextVar_Set()
426 if (!PyContextVar_CheckExact(key)) { in context_check_key_type()
975 if (!PyContextVar_CheckExact(self)) { in _contextvars_ContextVar_get_impl()
/third_party/python/Doc/c-api/
Dcontextvars.rst65 .. c:function:: int PyContextVar_CheckExact(PyObject *o)
/third_party/python/Doc/data/
Drefcounts.dat385 PyContextVar_CheckExact:int:::
386 PyContextVar_CheckExact:PyObject*:o:0: