Searched refs:PyContextVar_Type (Results 1 – 4 of 4) sorted by relevance
59 Py_INCREF(&PyContextVar_Type); in PyInit__contextvars()61 (PyObject *)&PyContextVar_Type) < 0) in PyInit__contextvars()63 Py_DECREF(&PyContextVar_Type); in PyInit__contextvars()
13 PyAPI_DATA(PyTypeObject) PyContextVar_Type;21 #define PyContextVar_CheckExact(o) (Py_TYPE(o) == &PyContextVar_Type)
49 .. c:var:: PyTypeObject PyContextVar_Type67 Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be
784 PyContextVar *var = PyObject_GC_New(PyContextVar, &PyContextVar_Type); in contextvar_new()1033 PyTypeObject PyContextVar_Type = { variable1290 (PyType_Ready(&PyContextVar_Type) < 0) || in _PyContext_Init()