Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_contextvarsmodule.c33 Py_INCREF(&PyContext_Type); in _contextvars_exec()
35 (PyObject *)&PyContext_Type) < 0) in _contextvars_exec()
37 Py_DECREF(&PyContext_Type); in _contextvars_exec()
/external/python/cpython3/Include/
Dcontext.h10 PyAPI_DATA(PyTypeObject) PyContext_Type;
20 #define PyContext_CheckExact(o) Py_IS_TYPE(o, &PyContext_Type)
/external/python/cpython3/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
/external/python/cpython3/Python/
Dcontext.c346 ctx = PyObject_GC_New(PyContext, &PyContext_Type); in _context_alloc()
688 PyTypeObject PyContext_Type = { variable
1301 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO908 Python/context.c:PyContext_Type PyTypeObject PyContext_Type
Dknown.tsv821 Python/context.c - PyContext_Type variable PyTypeObject PyContext_Type