Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c36 static PyObject *asyncio_task_repr_func; variable
2144 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()