Lines Matching defs:run

851         async def run():
878 self.loop.run_until_complete(run())
904 async def run():
912 self.loop.run_until_complete(run())
922 async def run():
932 self.loop.run_until_complete(run())
941 async def run():
955 self.loop.run_until_complete(run())
966 async def run():
975 self.loop.run_until_complete(run())
991 async def run():
997 self.loop.run_until_complete(run())
1018 async def run():
1024 self.loop.run_until_complete(run())
1044 async def run():
1053 self.loop.run_until_complete(run())
1079 async def run():
1086 self.loop.run_until_complete(run())
1115 async def run():
1123 self.loop.run_until_complete(run())
1144 async def run():
1150 self.loop.run_until_complete(run())
1180 async def run():
1192 self.loop.run_until_complete(run())
1215 async def run():
1224 self.loop.run_until_complete(run())
1249 async def run():
1258 self.loop.run_until_complete(run())
1299 async def run():
1311 self.loop.run_until_complete(run())
1342 async def run():
1357 self.loop.run_until_complete(run())
1384 async def run():
1392 self.loop.run_until_complete(run())
1402 async def run():
1411 self.loop.run_until_complete(run())
1420 async def run():
1430 self.loop.run_until_complete(run())
1484 asyncio.run(main())
1509 asyncio.run(main())
1538 asyncio.run(main())
1542 self.assertIn('unhandled exception during asyncio.run() shutdown',
1555 async def run():
1558 res = self.loop.run_until_complete(run())
1570 async def run():
1573 res = self.loop.run_until_complete(run())
1594 asyncio.run(main())
1603 async def run():
1615 self.loop.run_until_complete(run())
1622 async def run():
1632 self.loop.run_until_complete(run())
1640 async def run():
1645 self.loop.run_until_complete(run())
1653 async def run():
1659 self.loop.run_until_complete(run())
1665 async def run():
1673 self.loop.run_until_complete(run())