HomeSort by relevance Sort by last modified time
    Searched refs:TaskObj (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/clinic/
_asynciomodule.c.h 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
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 84 } TaskObj;
88 TaskObj *sw_task;
94 TaskObj *ww_task;
    [all...]

Completed in 47 milliseconds