Searched refs:PyContextVar_Reset (Results 1 – 4 of 4) sorted by relevance
69 PyAPI_FUNC(int) PyContextVar_Reset(PyObject *var, PyObject *token);
140 .. c:function:: int PyContextVar_Reset(PyObject *var, PyObject *token)
275 PyContextVar_Reset(PyObject *ovar, PyObject *otok) in PyContextVar_Reset() function968 if (PyContextVar_Reset((PyObject *)self, token)) { in _contextvars_ContextVar_reset()
383 PyContextVar_Reset:int:::384 PyContextVar_Reset:PyObject*:var:0:385 PyContextVar_Reset:PyObject*:token:-1: