Home | History | Annotate | Download | only in idlelib

Lines Matching defs:insert

82     def insert(self, index, chars, tags=None):
198 if name != "insert" and name != "current":
208 # Undoable insert command
217 # Insert before the final newline
219 text.insert(self.index1, self.chars, self.tags)
225 text.mark_set('insert', self.index1)
226 text.insert(self.index1, self.chars, self.tags)
228 text.see('insert')
232 text.mark_set('insert', self.index1)
235 text.see('insert')
286 text.mark_set('insert', self.index1)
289 text.see('insert')
293 text.mark_set('insert', self.index1)
294 text.insert(self.index1, self.chars)
296 text.see('insert')