Home | History | Annotate | Download | only in test_asyncio

Lines Matching refs:fut

352         fut = self.loop.create_task(
360 fut.cancel()
362 self.loop.run_until_complete(fut)