Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds