Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_idle.py42 def get_selection_indices(self): member in Editor
Dtest_formatparagraph.py241 get_selection_indices = EditorWindow. get_selection_indices.im_func variable in Editor
/external/python/cpython3/Lib/idlelib/idle_test/
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
/external/python/cpython3/Lib/idlelib/
Deditor.py1237 def get_selection_indices(self): member in EditorWindow
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1162 def get_selection_indices(self): member in EditorWindow