Lines Matching refs:get
58 data = text.get(first, last)
90 line = text.get("%d.0" % lineno, "%d.end" % lineno)
95 line = text.get("%d.0" % lineno, "%d.end" % lineno)
104 line = text.get("%d.0" % lineno, "%d.end" % lineno)
109 line = text.get("%d.0" % lineno, "%d.end" % lineno)
114 line = text.get("%d.0" % lineno, "%d.end" % lineno)
117 return first, last, comment_header, text.get(first, last)
236 chars = text.get(head, tail)
403 txt = text.get('%i.0' % cur, '%i.end' % cur)
411 if (text.get('end-2c') == '\n' # File ends with at least 1 newline;
415 and text.get('end-3c') == '\n'):