Lines Matching refs:TaskObj
262 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop);
277 return_value = _asyncio_Task___init___impl((TaskObj *)self, coro, loop);
358 _asyncio_Task__repr_info_impl(TaskObj *self);
361 _asyncio_Task__repr_info(TaskObj *self, PyObject *Py_UNUSED(ignored))
393 _asyncio_Task_cancel_impl(TaskObj *self);
396 _asyncio_Task_cancel(TaskObj *self, PyObject *Py_UNUSED(ignored))
429 _asyncio_Task_get_stack_impl(TaskObj *self, PyObject *limit);
432 _asyncio_Task_get_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
465 _asyncio_Task_print_stack_impl(TaskObj *self, PyObject *limit,
469 _asyncio_Task_print_stack(TaskObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)