Searched refs:PyContextToken_Type (Results 1 – 8 of 8) sorted by relevance
14 PyAPI_DATA(PyTypeObject) PyContextToken_Type;20 #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`.
1204 PyTypeObject PyContextToken_Type = { variable1224 PyContextToken *tok = PyObject_GC_New(PyContextToken, &PyContextToken_Type); in token_new()1311 _PyType_GetDict(&PyContextToken_Type), "MISSING", missing)) in _PyContext_Init()
105 Python/context.c - PyContextToken_Type -
848 Python/context.c:PyContextToken_Type PyTypeObject PyContextToken_Type
2259 &PyContextToken_Type,
1487 …<elf-symbol name='PyContextToken_Type' size='416' type='object-type' binding='global-binding' visi…25164 …PyContextToken_Type' type-id='type-id-266' mangled-name='PyContextToken_Type' visibility='default'…