Lines Matching defs:_loop
55 _loop = None
79 self._loop = events.get_event_loop()
81 self._loop = loop
83 if self._loop.get_debug():
107 self._loop.call_exception_handler(context)
121 return self._loop
149 self._loop.call_soon(callback, self, context=ctx)
204 self._loop.call_soon(fn, self, context=context)
274 # Otherwise fallbacks to using the old '_loop' property.
281 return fut._loop