Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcontext.h21 #define PyContextVar_CheckExact(o) (Py_TYPE(o) == &PyContextVar_Type) macro
/external/python/cpython3/Python/
Dcontext.c29 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()
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst65 .. c:function:: int PyContextVar_CheckExact(PyObject *o)
/external/python/cpython3/Doc/data/
Drefcounts.dat367 PyContextVar_CheckExact:int:::
368 PyContextVar_CheckExact:PyObject*:o:0: