Searched refs:PyContext_Type (Results 1 – 5 of 5) sorted by relevance
10 PyAPI_DATA(PyTypeObject) PyContext_Type;20 #define PyContext_CheckExact(o) Py_IS_TYPE(o, &PyContext_Type)
33 if (PyModule_AddType(m, &PyContext_Type) < 0) { in _contextvars_exec()
45 .. c:var:: PyTypeObject PyContext_Type62 Return true if *o* is of type :c:data:`PyContext_Type`. *o* must not be
357 ctx = PyObject_GC_New(PyContext, &PyContext_Type); in _context_alloc()704 PyTypeObject PyContext_Type = { variable1324 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init()
903 Python/context.c:PyContext_Type PyTypeObject PyContext_Type