Searched refs:uasyncio_context (Results 1 – 1 of 1) sorted by relevance
160 STATIC mp_obj_t uasyncio_context = MP_OBJ_NULL; variable172 uasyncio_context = args[1]; in task_make_new()190 mp_obj_t cur_task = mp_obj_dict_get(uasyncio_context, MP_OBJ_NEW_QSTR(MP_QSTR_cur_task)); in task_cancel()199 mp_obj_t _task_queue = mp_obj_dict_get(uasyncio_context, MP_OBJ_NEW_QSTR(MP_QSTR__task_queue)); in task_cancel()222 self->data = mp_obj_dict_get(uasyncio_context, MP_OBJ_NEW_QSTR(MP_QSTR_CancelledError)); in task_cancel()279 mp_obj_t cur_task = mp_obj_dict_get(uasyncio_context, MP_OBJ_NEW_QSTR(MP_QSTR_cur_task)); in task_iternext()
Completed in 2 milliseconds