Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcontext.h63 PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst134 .. c:function:: PyObject *PyContextVar_Set(PyObject *var, PyObject *value)
143 :c:func:`PyContextVar_Set` that returned the *token* was called.
/external/python/cpython3/Python/
Dcontext.c239 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set() function
949 return PyContextVar_Set((PyObject *)self, value); in _contextvars_ContextVar_set()
/external/python/cpython3/Doc/data/
Drefcounts.dat379 PyContextVar_Set:PyObject*::+1:
380 PyContextVar_Set:PyObject*:var:0:
381 PyContextVar_Set:PyObject*:value:+1:
/external/python/cpython3/Modules/_decimal/
D_decimal.c1503 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()