Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dcontext.c.h137 {"set", (PyCFunction)_contextvars_ContextVar_set, METH_O, _contextvars_ContextVar_set__doc__},
/external/python/cpython3/Python/
Dcontext.c946 _contextvars_ContextVar_set(PyContextVar *self, PyObject *value) in _contextvars_ContextVar_set() function