Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_format.py404 cls.formatter = ft.FormatRegion(cls.editor)
538 @mock.patch.object(ft.FormatRegion, "_asktabwidth")
553 @mock.patch.object(ft.FormatRegion, "_asktabwidth")
Dtest_zzdummy.py36 self.fregion = format.FormatRegion(self)
/third_party/python/Lib/idlelib/
Dformat.py212 class FormatRegion: class
Deditor.py61 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip
181 self.fregion = fregion = self.FormatRegion(self)