Lines Matching defs:run
142 async def run():
147 self.new_task(self.loop, run()) for _ in range(100)
154 async def run(fut):
160 self.loop.run_until_complete(run(fut))
441 async def run():
455 task = self.new_task(loop, run())
470 async def run():
484 task = self.new_task(loop, run())
964 # Create a sub-task and wait for it to run.
2942 # Test with -E to not fail if the unit test was run with
3260 run = self.loop.run_in_executor(
3274 self.loop.run_until_complete(run)