Home
last modified time | relevance | path

Searched refs:PyContextVar_Type (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
D_contextvarsmodule.c41 Py_INCREF(&PyContextVar_Type); in _contextvars_exec()
43 (PyObject *)&PyContextVar_Type) < 0) in _contextvars_exec()
45 Py_DECREF(&PyContextVar_Type); in _contextvars_exec()
/external/python/cpython3/Include/
Dcontext.h13 PyAPI_DATA(PyTypeObject) PyContextVar_Type;
21 #define PyContextVar_CheckExact(o) Py_IS_TYPE(o, &PyContextVar_Type)
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst49 .. c:var:: PyTypeObject PyContextVar_Type
67 Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be
/external/python/cpython3/Python/
Dcontext.c799 PyContextVar *var = PyObject_GC_New(PyContextVar, &PyContextVar_Type); in contextvar_new()
1041 PyTypeObject PyContextVar_Type = { variable
1302 (PyType_Ready(&PyContextVar_Type) < 0) || in _PyContext_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO907 Python/context.c:PyContextVar_Type PyTypeObject PyContextVar_Type
Dknown.tsv824 Python/context.c - PyContextVar_Type variable PyTypeObject PyContextVar_Type