Searched refs:PyContextToken_Type (Results 1 – 5 of 5) sorted by relevance
16 PyAPI_DATA(PyTypeObject) PyContextToken_Type;22 #define PyContextToken_CheckExact(o) Py_IS_TYPE(o, &PyContextToken_Type)
39 if (PyModule_AddType(m, &PyContextToken_Type) < 0) { in _contextvars_exec()
53 .. c:var:: PyTypeObject PyContextToken_Type72 Return true if *o* is of type :c:data:`PyContextToken_Type`.
1198 PyTypeObject PyContextToken_Type = { variable1218 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()
901 Python/context.c:PyContextToken_Type PyTypeObject PyContextToken_Type