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_IS_TYPE(o, &PyContextVar_Type) macro
/external/python/cpython3/Python/
Dcontext.c32 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()
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst65 .. c:function:: int PyContextVar_CheckExact(PyObject *o)
/external/python/cpython3/Doc/data/
Drefcounts.dat385 PyContextVar_CheckExact:int:::
386 PyContextVar_CheckExact:PyObject*:o:0: