Searched refs:PyContextVar_Set (Results 1 – 6 of 6) sorted by relevance
61 PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
129 .. c:function:: PyObject *PyContextVar_Set(PyObject *var, PyObject *value)137 :c:func:`PyContextVar_Set` that returned the *token* was called.
262 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set() function1019 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:
116 …<elf-symbol name='PyContextVar_Set' type='func-type' binding='global-binding' visibility='default-…25239 …PyContextVar_Set' mangled-name='PyContextVar_Set' filepath='Python/context.c' line='262' column='1…
1787 PyObject *tok = PyContextVar_Set(state->current_context_var, tl_context); in init_current_context()1850 PyObject *tok = PyContextVar_Set(state->current_context_var, v); in PyDec_SetCurrentContext()