HomeSort by relevance Sort by last modified time
    Searched refs:insertpt (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 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"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 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"
    [all...]

Completed in 462 milliseconds