Searched refs:asyncio_task_repr_func (Results 1 – 1 of 1) sorted by relevance
36 static PyObject *asyncio_task_repr_func; variable2144 return PyObject_CallOneArg(asyncio_task_repr_func, (PyObject *)task); in TaskObj_repr()3338 Py_CLEAR(asyncio_task_repr_func); in module_free()3406 GET_MOD_ATTR(asyncio_task_repr_func, "_task_repr") in module_init()