Searched refs:PyContextVar_Set (Results 1 – 5 of 5) sorted by relevance
63 PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
134 .. c:function:: PyObject *PyContextVar_Set(PyObject *var, PyObject *value)143 :c:func:`PyContextVar_Set` that returned the *token* was called.
239 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set() function949 return PyContextVar_Set((PyObject *)self, value); in _contextvars_ContextVar_set()
379 PyContextVar_Set:PyObject*::+1:380 PyContextVar_Set:PyObject*:var:0:381 PyContextVar_Set:PyObject*:value:+1:
1503 PyObject *tok = PyContextVar_Set(current_context_var, tl_context); in init_current_context()1564 PyObject *tok = PyContextVar_Set(current_context_var, v); in PyDec_SetCurrentContext()