/external/python/cpython2/Lib/idlelib/ |
EditorWindow.py | 243 text.bind("<Left>", self.move_at_edge_if_selection(0)) 244 text.bind("<Right>", self.move_at_edge_if_selection(1)) 591 def move_at_edge_if_selection(self, edge_index): member in class:EditorWindow [all...] |
/external/python/cpython3/Lib/idlelib/ |
editor.py | 172 text.bind("<Left>", self.move_at_edge_if_selection(0)) 173 text.bind("<Right>", self.move_at_edge_if_selection(1)) 520 def move_at_edge_if_selection(self, edge_index): member in class:EditorWindow [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
EditorWindow.py | 235 text.bind("<Left>", self.move_at_edge_if_selection(0)) 236 text.bind("<Right>", self.move_at_edge_if_selection(1)) 584 def move_at_edge_if_selection(self, edge_index): member in class:EditorWindow [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
EditorWindow.py | 235 text.bind("<Left>", self.move_at_edge_if_selection(0)) 236 text.bind("<Right>", self.move_at_edge_if_selection(1)) 584 def move_at_edge_if_selection(self, edge_index): member in class:EditorWindow [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 235 text.bind("<Left>", self.move_at_edge_if_selection(0)) 236 text.bind("<Right>", self.move_at_edge_if_selection(1)) 584 def move_at_edge_if_selection(self, edge_index): member in class:EditorWindow [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 235 text.bind("<Left>", self.move_at_edge_if_selection(0)) 236 text.bind("<Right>", self.move_at_edge_if_selection(1)) 584 def move_at_edge_if_selection(self, edge_index): member in class:EditorWindow [all...] |