Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcontext.h69 PyAPI_FUNC(int) PyContextVar_Reset(PyObject *var, PyObject *token);
/third_party/python/Doc/c-api/
Dcontextvars.rst134 .. c:function:: int PyContextVar_Reset(PyObject *var, PyObject *token)
/third_party/python/Python/
Dcontext.c295 PyContextVar_Reset(PyObject *ovar, PyObject *otok) in PyContextVar_Reset() function
1035 if (PyContextVar_Reset((PyObject *)self, token)) { in _contextvars_ContextVar_reset()
/third_party/python/Doc/data/
Drefcounts.dat401 PyContextVar_Reset:int:::
402 PyContextVar_Reset:PyObject*:var:0:
403 PyContextVar_Reset:PyObject*:token:-1: