Searched refs:__step (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | tasks.py | 136 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/ |
D | wcgui.py | 134 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)
|