Home | History | Annotate | Download | only in idlelib

Lines Matching defs:redo

6 #$ event <<redo>>
30 self.unbind("<<redo>>")
35 self.bind("<<redo>>", self.redo_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
153 cmd.redo(self.delegate)
185 def redo(self, text):
224 def redo(self, text):
229 ##sys.__stderr__.write("redo: %s\n" % self)
286 def redo(self, text):
291 ##sys.__stderr__.write("redo: %s\n" % self)
325 def redo(self, text):
327 cmd.redo(text)