Searched refs:PyContextVar_Set (Results 1 – 5 of 5) sorted by relevance
63 PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
129 .. c:function:: PyObject *PyContextVar_Set(PyObject *var, PyObject *value)138 :c:func:`PyContextVar_Set` that returned the *token* was called.
253 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set() function995 return PyContextVar_Set((PyObject *)self, value); in _contextvars_ContextVar_set()
397 PyContextVar_Set:PyObject*::+1:398 PyContextVar_Set:PyObject*:var:0:399 PyContextVar_Set:PyObject*:value:+1:
1647 PyObject *tok = PyContextVar_Set(current_context_var, tl_context); in init_current_context()1708 PyObject *tok = PyContextVar_Set(current_context_var, v); in PyDec_SetCurrentContext()