Searched defs:get_selection_indices (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ | ||
D | mock_idle.py | 48 def get_selection_indices(self): member in Editor |
D | test_zzdummy.py | 31 get_selection_indices = editor.EditorWindow.get_selection_indices variable in DummyEditwin |
D | test_format.py | 244 get_selection_indices = EditorWindow. get_selection_indices variable in Editor |
/third_party/python/Lib/idlelib/ | ||
D | editor.py | 1237 def get_selection_indices(self): member in EditorWindow |