Searched refs:PyContextVar_Reset (Results 1 – 4 of 4) sorted by relevance
69 PyAPI_FUNC(int) PyContextVar_Reset(PyObject *var, PyObject *token);
134 .. c:function:: int PyContextVar_Reset(PyObject *var, PyObject *token)
295 PyContextVar_Reset(PyObject *ovar, PyObject *otok) in PyContextVar_Reset() function1035 if (PyContextVar_Reset((PyObject *)self, token)) { in _contextvars_ContextVar_reset()
401 PyContextVar_Reset:int:::402 PyContextVar_Reset:PyObject*:var:0:403 PyContextVar_Reset:PyObject*:token:-1: