Searched defs:get_selection_indices (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Lib/idlelib/idle_test/ | ||
| D | mock_idle.py | 42 def get_selection_indices(self): member in Editor |
| D | test_formatparagraph.py | 241 get_selection_indices = EditorWindow. get_selection_indices.im_func variable in Editor |
| /external/python/cpython3/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 |
| /external/python/cpython3/Lib/idlelib/ | ||
| D | editor.py | 1238 def get_selection_indices(self): member in EditorWindow |
| /external/python/cpython2/Lib/idlelib/ | ||
| D | EditorWindow.py | 1162 def get_selection_indices(self): member in EditorWindow |