Home | History | Annotate | Download | only in idlelib

Lines Matching refs:insertpt

377             insertpt = int(self.text.index("iomark").split(".")[1])
380 for insertpt in xrange(len(line)):
381 if line[insertpt] not in (' ','\t'):
384 insertpt=len(line)
386 if insertpt == lineat:
387 insertpt = 0
388 dest = "insert linestart+"+str(insertpt)+"c"