Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dtasks.py136 self._loop.call_soon(self.__step, context=self._context)
239 def __step(self, exc=None): member in Task
284 self.__step, new_exc, context=self._context)
290 self.__step, new_exc, context=self._context)
305 self.__step, new_exc, context=self._context)
309 self._loop.call_soon(self.__step, context=self._context)
316 self.__step, new_exc, context=self._context)
321 self.__step, new_exc, context=self._context)
331 self.__step(exc)
339 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)