Lines Matching defs:ignored
69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result()
92 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception()
230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled()
251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done()
269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop()
290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__make_cancelled_error()
307 _asyncio_Future__repr_info(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__repr_info()
374 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error()
391 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__repr_info()
584 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_coro()
601 _asyncio_Task_get_name(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_get_name()
630 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio__get_running_loop()
667 _asyncio_get_event_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio_get_event_loop()
726 _asyncio_get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio_get_running_loop()