Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_asynciomodule.c26 static PyObject *asyncio_future_repr_info_func; variable
1385 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()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2703 Modules/_asynciomodule.c - asyncio_future_repr_info_func -