Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dcontext.c.h145 …{"reset", (PyCFunction)_contextvars_ContextVar_reset, METH_O, _contextvars_ContextVar_reset__doc__…
/external/python/cpython3/Python/
Dcontext.c959 _contextvars_ContextVar_reset(PyContextVar *self, PyObject *token) in _contextvars_ContextVar_reset() function