Lines Matching refs:aclose
399 self.assertTrue(inspect.isawaitable(g.aclose()))
970 await gen.aclose()
995 await gen.aclose()
1022 await gen.aclose()
1083 await g.aclose()
1120 await g.aclose()
1148 await gen.aclose()
1613 await it.aclose() # prevent unfinished iterator warning
1624 nxt = it.aclose()
1628 r"cannot reuse already awaited aclose\(\)/athrow\(\)"
1642 await it.aclose()
1643 await it.aclose()
1657 await it.aclose()
1667 asyncio.create_task(ag.aclose())