Home | History | Annotate | Download | only in idlelib

Lines Matching refs:mainloop

1041         if not self.reading:  # no nested mainloop to exit.
1050 self.top.mainloop() # nested mainloop()
1057 if len(line) == 0: # may be EOF if we quit our mainloop with Ctrl-C
1097 self.top.quit() # exit the nested mainloop() in readline()
1182 self.top.quit() # Break out of recursive mainloop() in raw_input()
1563 root.mainloop()