Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py82 async def __le_rand_wrapper(self, async_fn): argument
83 result = await async_fn
88 def __post(self, async_fn): argument
89 return asyncio.get_event_loop().run_until_complete(async_fn)