Lines Matching defs:__step
120 self._loop.call_soon(self.__step, context=self._context)
225 # It must be the case that self.__step is already scheduled.
250 def __step(self, exc=None):
295 self.__step, new_exc, context=self._context)
301 self.__step, new_exc, 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)
342 self.__step(exc)
350 self.__step()
621 expression (which Task.__step knows how to handle)