Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcontext.h63 PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
/third_party/python/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.
/third_party/python/Python/
Dcontext.c259 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set() function
1011 return PyContextVar_Set((PyObject *)self, value); in _contextvars_ContextVar_set()
/third_party/python/Doc/data/
Drefcounts.dat397 PyContextVar_Set:PyObject*::+1:
398 PyContextVar_Set:PyObject*:var:0:
399 PyContextVar_Set:PyObject*:value:+1:
/third_party/python/Modules/_decimal/
D_decimal.c1646 PyObject *tok = PyContextVar_Set(current_context_var, tl_context); in init_current_context()
1707 PyObject *tok = PyContextVar_Set(current_context_var, v); in PyDec_SetCurrentContext()