Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcontext.h10 PyAPI_DATA(PyTypeObject) PyContext_Type;
20 #define PyContext_CheckExact(o) Py_IS_TYPE(o, &PyContext_Type)
/third_party/python/Modules/
D_contextvarsmodule.c33 if (PyModule_AddType(m, &PyContext_Type) < 0) { in _contextvars_exec()
/third_party/python/Doc/c-api/
Dcontextvars.rst45 .. c:var:: PyTypeObject PyContext_Type
62 Return true if *o* is of type :c:data:`PyContext_Type`. *o* must not be
/third_party/python/Python/
Dcontext.c357 ctx = PyObject_GC_New(PyContext, &PyContext_Type); in _context_alloc()
704 PyTypeObject PyContext_Type = { variable
1324 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init()
/third_party/python/Tools/c-analyzer/
DTODO903 Python/context.c:PyContext_Type PyTypeObject PyContext_Type