Home
last modified time | relevance | path

Searched refs:move_at_edge_if_selection (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
Deditor.py192 text.bind("<Left>", self.move_at_edge_if_selection(0))
193 text.bind("<Right>", self.move_at_edge_if_selection(1))
634 def move_at_edge_if_selection(self, edge_index): member in EditorWindow