Searched refs:asyncio_future_repr_func (Results 1 – 1 of 1) sorted by relevance
32 static PyObject *asyncio_future_repr_func; variable1380 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()