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

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

Completed in 105 milliseconds