Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcontext.h16 PyAPI_DATA(PyTypeObject) PyContextToken_Type;
22 #define PyContextToken_CheckExact(o) Py_IS_TYPE(o, &PyContextToken_Type)
/third_party/python/Modules/
D_contextvarsmodule.c39 if (PyModule_AddType(m, &PyContextToken_Type) < 0) { in _contextvars_exec()
/third_party/python/Doc/c-api/
Dcontextvars.rst53 .. c:var:: PyTypeObject PyContextToken_Type
72 Return true if *o* is of type :c:data:`PyContextToken_Type`.
/third_party/python/Python/
Dcontext.c1198 PyTypeObject PyContextToken_Type = { variable
1218 PyContextToken *tok = PyObject_GC_New(PyContextToken, &PyContextToken_Type); in token_new()
1326 (PyType_Ready(&PyContextToken_Type) < 0) || in _PyContext_Init()
1334 PyContextToken_Type.tp_dict, "MISSING", missing)) in _PyContext_Init()
/third_party/python/Tools/c-analyzer/
DTODO901 Python/context.c:PyContextToken_Type PyTypeObject PyContextToken_Type