Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dformat.py392 class Rstrip: # 'Strip Trailing Whitespace" on "Format" menu. class
Deditor.py61 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip
330 text.bind("<<do-rstrip>>", self.Rstrip(self).do_rstrip)
DNEWS.txt402 bpo-33904: In rstrip module, rename class RstripExtension as Rstrip.
/third_party/python/Lib/idlelib/idle_test/
Dtest_format.py621 cls.do_rstrip = ft.Rstrip(cls.editor).do_rstrip
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst8404 IDLE: In rstrip, rename class RstripExtension as Rstrip