Lines Matching refs:Py_UNUSED
69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored))
92 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored))
230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored))
251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored))
269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored))
290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored))
364 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored))
441 _asyncio_Task_cancelling(TaskObj *self, PyObject *Py_UNUSED(ignored))
464 _asyncio_Task_uncancel(TaskObj *self, PyObject *Py_UNUSED(ignored))
603 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored))
620 _asyncio_Task_get_name(TaskObj *self, PyObject *Py_UNUSED(ignored))
649 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored))
686 _asyncio_get_event_loop(PyObject *module, PyObject *Py_UNUSED(ignored))
745 _asyncio_get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored))