Home | History | Annotate | Download | only in idlelib

Lines Matching refs:startatindex

1315                     startatindex = repr(startat) + ".0"
1316 rawtext = text.get(startatindex, "insert")
1320 self._build_char_in_string_func(startatindex))
1327 startatindex = r[1]
1329 startatindex = "1.0"
1330 rawtext = text.get(startatindex, "insert")