Home | History | Annotate | Download | only in idlelib

Lines Matching refs:_change_start

56     def _change_start(self, newstart):
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 + '-')
284 self._change_start(self.start[:-1])
307 self._change_start(self.completions[cursel])
336 self._change_start(self.completions[newsel])
343 self._change_start(self.completions[cursel])
374 self._change_start(self._complete_string(self.start))