Home | History | Annotate | Download | only in python2.7

Lines Matching defs:quit

1768             if lower(request) in ('q', 'quit'): break
1806 Python programs and using Python modules. To quit this help utility and
1807 return to the interpreter, just type "quit".
1946 self.quit = False
1960 if self.quit:
2068 self.quit = False
2069 while not self.quit:
2105 text='quit serving', command=self.quit, state='disabled')
2118 self.window.protocol('WM_DELETE_WINDOW', self.quit)
2160 target=serve, args=(port, self.ready, self.quit)).start()
2181 def quit(self, event=None):
2183 self.server.quit = 1
2184 self.window.quit()
2199 self.scanner.quit = 1
2212 self.scanner.quit = 1