Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcontext.h61 PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst129 .. c:function:: PyObject *PyContextVar_Set(PyObject *var, PyObject *value)
137 :c:func:`PyContextVar_Set` that returned the *token* was called.
/external/python/cpython3/Python/
Dcontext.c262 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set() function
1019 return PyContextVar_Set((PyObject *)self, value); in _contextvars_ContextVar_set()
/external/python/cpython3/Doc/data/
Drefcounts.dat397 PyContextVar_Set:PyObject*::+1:
398 PyContextVar_Set:PyObject*:var:0:
399 PyContextVar_Set:PyObject*:value:+1:
Dpython3.13.abi116 …<elf-symbol name='PyContextVar_Set' type='func-type' binding='global-binding' visibility='default-…
25239PyContextVar_Set' mangled-name='PyContextVar_Set' filepath='Python/context.c' line='262' column='1…
/external/python/cpython3/Modules/_decimal/
D_decimal.c1787 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()