Lines Matching refs:_context
116 self._context = contextvars.copy_context()
118 self._context = context
120 self._loop.call_soon(self.__step, context=self._context)
295 self.__step, new_exc, context=self._context)
301 self.__step, new_exc, context=self._context)
305 self.__wakeup, context=self._context)
316 self.__step, new_exc, context=self._context)
320 self._loop.call_soon(self.__step, context=self._context)
327 self.__step, new_exc, context=self._context)
332 self.__step, new_exc, context=self._context)