Home | History | Annotate | Download | only in idlelib

Lines Matching refs:stopatindex

35                 stopatindex = "%d.end" % lno
39 parser.set_str(text.get(startatindex, stopatindex)+' \n')
51 stopatindex = "%d.end" % lno
55 parser.set_str(text.get(startatindex, stopatindex)+' \n')
61 # so that stopatindex can be used to synchronize the string with the
63 self.stopatindex = stopatindex
77 len(self.rawtext) - len(self.text.get(index, self.stopatindex))
127 (self.stopatindex, len(self.rawtext)-self.bracketing[before][0]))
132 afterindex = self.stopatindex
137 (self.stopatindex,