Searched refs:reindent_to (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py1261 self.reindent_to(effective + self.indentwidth)
1349 self.reindent_to(y.compute_bracket_indent())
1359 self.reindent_to(y.compute_backslash_indent())
1524 def reindent_to(self, column): member in class:EditorWindow
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py1261 self.reindent_to(effective + self.indentwidth)
1349 self.reindent_to(y.compute_bracket_indent())
1359 self.reindent_to(y.compute_backslash_indent())
1524 def reindent_to(self, column): member in class:EditorWindow

Completed in 243 milliseconds