Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DFormatParagraph.py35 def format_paragraph_event(self, event, limit=None): member in FormatParagraph
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py274 cls.formatter = fp.FormatParagraph(editor).format_paragraph_event
/external/python/cpython3/Lib/idlelib/
Dformat.py42 def format_paragraph_event(self, event, limit=None): member in FormatParagraph
Deditor.py322 self.FormatParagraph(self).format_paragraph_event)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py278 cls.formatter = ft.FormatParagraph(editor).format_paragraph_event