Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c65 contextvar_set(PyContextVar *var, PyObject *val);
279 if (contextvar_set(var, val)) { in PyContextVar_Set()
321 return contextvar_set(var, tok->tok_oldval); in PyContextVar_Reset()
712 contextvar_set(PyContextVar *var, PyObject *val) in contextvar_set() function