Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c32 static PyObject *asyncio_future_repr_func; variable
1380 return PyObject_CallOneArg(asyncio_future_repr_func, (PyObject *)fut); in FutureObj_repr()
3333 Py_CLEAR(asyncio_future_repr_func); in module_free()
3399 GET_MOD_ATTR(asyncio_future_repr_func, "_future_repr") in module_init()