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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 56 def _change_start(self, newstart): member in class:AutoCompleteWindow
115 Updates the Listbox display and calls _change_start."""
130 self._change_start(newstart)
160 self._change_start(completed)
248 self._change_start(self.completions[cursel])
253 self._change_start(self.completions[cursel])
272 self._change_start(self.start + keysym)
274 self._change_start(self.start + '_')
276 self._change_start(self.start + '.')
278 self._change_start(self.start + '-'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 56 def _change_start(self, newstart): member in class:AutoCompleteWindow
115 Updates the Listbox display and calls _change_start."""
130 self._change_start(newstart)
160 self._change_start(completed)
248 self._change_start(self.completions[cursel])
253 self._change_start(self.completions[cursel])
272 self._change_start(self.start + keysym)
274 self._change_start(self.start + '_')
276 self._change_start(self.start + '.')
278 self._change_start(self.start + '-'
    [all...]

Completed in 64 milliseconds