Searched refs:async_fn (Results 1 – 1 of 1) sorted by relevance
82 async def __le_rand_wrapper(self, async_fn): argument83 result = await async_fn88 def __post(self, async_fn): argument89 return asyncio.get_event_loop().run_until_complete(async_fn)