Lines Matching refs:Py_UNUSED
60 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result()
83 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception()
176 _asyncio_Future_cancel(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancel()
194 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled()
215 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done()
233 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop()
250 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info()
361 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info()
396 _asyncio_Task_cancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_cancel()
519 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio__get_running_loop()
556 _asyncio_get_event_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio_get_event_loop()
576 _asyncio_get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio_get_running_loop()