Lines Matching refs:tail
232 tail = text.index(last + "-1c lineend +1c")
235 tail = text.index("insert lineend +1c")
236 chars = text.get(head, tail)
238 return head, tail, chars, lines
240 def set_region(self, head, tail, chars, lines):
245 tail: Ending index of text to replace.
247 between head and tail.
249 and tail.
259 text.delete(head, tail)
266 head, tail, chars, lines = self.get_region()
273 self.set_region(head, tail, chars, lines)
278 head, tail, chars, lines = self.get_region()
285 self.set_region(head, tail, chars, lines)
293 head, tail, chars, lines = self.get_region()
297 self.set_region(head, tail, chars, lines)
306 head, tail, chars, lines = self.get_region()
316 self.set_region(head, tail, chars, lines)
321 head, tail, chars, lines = self.get_region()
331 self.set_region(head, tail, chars, lines)
336 head, tail, chars, lines = self.get_region()
342 self.set_region(head, tail, chars, lines)