Home
last modified time | relevance | path

Searched refs:Task_CheckExact (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_asynciomodule.c111 #define Task_CheckExact(obj) Py_IS_TYPE(obj, &TaskType) macro
204 if (Future_CheckExact(fut) || Task_CheckExact(fut)) { in get_future_loop()
2515 if (Task_CheckExact(self)) { in TaskObj_dealloc()
2747 if (Future_CheckExact(result) || Task_CheckExact(result)) { in task_step_impl()
2979 if (Future_CheckExact(o) || Task_CheckExact(o)) { in task_wakeup()