Home
last modified time | relevance | path

Searched defs:get_selection_indices (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dmock_idle.py48 def get_selection_indices(self): member in Editor
Dtest_zzdummy.py31 get_selection_indices = editor.EditorWindow.get_selection_indices variable in DummyEditwin
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/
Deditor.py1237 def get_selection_indices(self): member in EditorWindow