Searched refs:Rstrip (Results 1 – 5 of 5) sorted by relevance
392 class Rstrip: # 'Strip Trailing Whitespace" on "Format" menu. class
61 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip330 text.bind("<<do-rstrip>>", self.Rstrip(self).do_rstrip)
402 bpo-33904: In rstrip module, rename class RstripExtension as Rstrip.
621 cls.do_rstrip = ft.Rstrip(cls.editor).do_rstrip
8404 IDLE: In rstrip, rename class RstripExtension as Rstrip