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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 116 cursel = int(self.listbox.curselection()[0])
118 self.listbox.see(cursel)
121 selstart = self.completions[cursel]
122 if self._binary_search(lts) == cursel:
132 if self.completions[cursel][:len(self.start)] == self.start:
247 cursel = int(self.listbox.curselection()[0])
248 self._change_start(self.completions[cursel])
252 cursel = int(self.listbox.curselection()[0])
253 self._change_start(self.completions[cursel])
304 cursel = int(self.listbox.curselection()[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 116 cursel = int(self.listbox.curselection()[0])
118 self.listbox.see(cursel)
121 selstart = self.completions[cursel]
122 if self._binary_search(lts) == cursel:
132 if self.completions[cursel][:len(self.start)] == self.start:
247 cursel = int(self.listbox.curselection()[0])
248 self._change_start(self.completions[cursel])
252 cursel = int(self.listbox.curselection()[0])
253 self._change_start(self.completions[cursel])
304 cursel = int(self.listbox.curselection()[0]
    [all...]

Completed in 462 milliseconds