Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c62 contextvar_set(PyContextVar *var, PyObject *val);
265 if (contextvar_set(var, val)) { in PyContextVar_Set()
307 return contextvar_set(var, tok->tok_oldval); in PyContextVar_Reset()
681 contextvar_set(PyContextVar *var, PyObject *val) in contextvar_set() function