Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/
Dgen_release_notes.py215 results = await asyncio.gather(*[get_bug(session, i) for i in issues])
223 async def get_bug(session: aiohttp.ClientSession, bug_id: str) -> str: function