Lines Matching refs:_loop
53 _loop = None
80 self._loop = events._get_event_loop()
82 self._loop = loop
84 if self._loop.get_debug():
105 self._loop.call_exception_handler(context)
121 loop = self._loop
173 self._loop.call_soon(callback, self, context=ctx)
230 self._loop.call_soon(fn, self, context=context)
301 # Otherwise fallbacks to using the old '_loop' property.
308 return fut._loop