Searched refs:asyncio_future_repr_info_func (Results 1 – 2 of 2) sorted by relevance
26 static PyObject *asyncio_future_repr_info_func; variable1385 return PyObject_CallOneArg(asyncio_future_repr_info_func, (PyObject *)self); in _asyncio_Future__repr_info_impl()3288 Py_CLEAR(asyncio_future_repr_info_func); in module_free()3354 GET_MOD_ATTR(asyncio_future_repr_info_func, "_future_repr_info") in module_init()
2703 Modules/_asynciomodule.c - asyncio_future_repr_info_func -