Home
last modified time | relevance | path

Searched refs:__step (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtasks.py113 self._loop.call_soon(self.__step, context=self._context)
215 def __step(self, exc=None): member in Task
260 self.__step, new_exc, context=self._context)
266 self.__step, new_exc, context=self._context)
281 self.__step, new_exc, context=self._context)
285 self._loop.call_soon(self.__step, context=self._context)
292 self.__step, new_exc, context=self._context)
297 self.__step, new_exc, context=self._context)
307 self.__step(exc)
315 self.__step()
/external/python/cpython2/Tools/webchecker/
Dwcgui.py134 self.__step = Button(self.__controls, text="Check one",
136 self.__step.pack(side=LEFT)
203 self.__step.config(state=DISABLED)
214 self.__step.config(state=DISABLED, relief=SUNKEN)
226 self.__step.config(state=NORMAL, relief=RAISED)