Home | History | Annotate | Download | only in asyncio

Lines Matching refs:_loop

71             self._loop.call_exception_handler(context)
142 self._loop.call_exception_handler(context)
229 self._loop.call_exception_handler(context)
400 self._loop = None
415 self._loop = loop
425 fut = self._loop.create_future()
496 tasks.ensure_future(coro, loop=self._loop)
555 yield from tasks.sleep(delay, loop=self._loop)
587 f = _WaitCancelFuture(ov, handle, wait_handle, loop=self._loop)
590 loop=self._loop)
620 f = _OverlappedFuture(ov, loop=self._loop)
682 if self._loop.get_debug():
683 self._loop.call_exception_handler({
734 if self._loop is not None:
742 self._loop.call_exception_handler(context)
768 f = self._loop._proactor.wait_for_handle(int(self._proc._handle))