Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcontext.h69 PyAPI_FUNC(int) PyContextVar_Reset(PyObject *var, PyObject *token);
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst140 .. c:function:: int PyContextVar_Reset(PyObject *var, PyObject *token)
/external/python/cpython3/Python/
Dcontext.c275 PyContextVar_Reset(PyObject *ovar, PyObject *otok) in PyContextVar_Reset() function
968 if (PyContextVar_Reset((PyObject *)self, token)) { in _contextvars_ContextVar_reset()
/external/python/cpython3/Doc/data/
Drefcounts.dat383 PyContextVar_Reset:int:::
384 PyContextVar_Reset:PyObject*:var:0:
385 PyContextVar_Reset:PyObject*:token:-1: