Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_format.py621 cls.do_rstrip = ft.Rstrip(cls.editor).do_rstrip
625 del cls.text, cls.do_rstrip, cls.editor
649 self.do_rstrip()
657 self.do_rstrip()
663 self.do_rstrip()
/third_party/python/Lib/idlelib/
Dformat.py396 def do_rstrip(self, event=None): member in Rstrip
Deditor.py330 text.bind("<<do-rstrip>>", self.Rstrip(self).do_rstrip)