Home | History | Annotate | Download | only in asyncio

Lines Matching refs:is_closed

108         if self.is_closed():
276 if self.is_closed():
313 if self.is_closed():
582 if self._loop is not None and not self._loop.is_closed():