Home
last modified time | relevance | path

Searched refs:get_selection_indices (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_zzdummy.py31 get_selection_indices = editor.EditorWindow.get_selection_indices variable in DummyEditwin
H A Dmock_idle.py48 def get_selection_indices(self): member in Editor
H A Dtest_format.py223 # a mock Editor with .text and .get_selection_indices. The text must
244 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/
H A Dformat.py56 first, last = self.editwin.get_selection_indices()
229 first, last = self.editwin.get_selection_indices()
H A Deditor.py1297 def get_selection_indices(self): member in EditorWindow
1336 first, last = self.get_selection_indices()
1385 first, last = self.get_selection_indices()
1422 first, last = self.get_selection_indices()

Completed in 5 milliseconds