Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/webchecker/
Dwcgui.py131 self.__stop = Button(self.__controls, text="Stop", command=self.stop,
133 self.__stop.pack(side=LEFT)
202 self.__stop.config(state=NORMAL)
209 self.__stop.config(state=DISABLED, relief=SUNKEN)
225 self.__stop.config(state=DISABLED, relief=RAISED)
/external/python/cpython2/Lib/
Dthreading.py849 self.__stop()
857 def __stop(self): member in Thread