Home
last modified time | relevance | path

Searched refs:get_selection_indices (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_zzdummy.py31 get_selection_indices = editor.EditorWindow.get_selection_indices variable in DummyEditwin
Dmock_idle.py48 def get_selection_indices(self): member in Editor
Dtest_format.py244 get_selection_indices = EditorWindow. get_selection_indices variable in Editor
390 get_selection_indices = EditorWindow.get_selection_indices variable in DummyEditwin
/third_party/python/Lib/idlelib/
Dformat.py56 first, last = self.editwin.get_selection_indices()
229 first, last = self.editwin.get_selection_indices()
Deditor.py1237 def get_selection_indices(self): member in EditorWindow
1276 first, last = self.get_selection_indices()
1325 first, last = self.get_selection_indices()
1362 first, last = self.get_selection_indices()
DChangeLog683 + Renamed Mark's get_selection_index to get_selection_indices (sorry, Mark,
699 get_selection_indices. The sole exception is in set_region, for which no