Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcontext.h13 PyAPI_DATA(PyTypeObject) PyContextVar_Type;
21 #define PyContextVar_CheckExact(o) Py_IS_TYPE(o, &PyContextVar_Type)
/third_party/python/Modules/
D_contextvarsmodule.c36 if (PyModule_AddType(m, &PyContextVar_Type) < 0) { in _contextvars_exec()
/third_party/python/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
/third_party/python/Python/
Dcontext.c815 PyContextVar *var = PyObject_GC_New(PyContextVar, &PyContextVar_Type); in contextvar_new()
1057 PyTypeObject PyContextVar_Type = { variable
1325 (PyType_Ready(&PyContextVar_Type) < 0) || in _PyContext_Init()
/third_party/python/Tools/c-analyzer/
DTODO902 Python/context.c:PyContextVar_Type PyTypeObject PyContextVar_Type