Home
last modified time | relevance | path

Searched refs:find_paragraph (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DFormatParagraph.py59 find_paragraph(text, text.index("insert"))
77 def find_paragraph(text, mark): function
DChangeLog1363 fix find_paragraph when at start of file.
/external/python/cpython3/Lib/idlelib/
Dformat.py62 find_paragraph(text, text.index("insert"))
83 def find_paragraph(text, mark): function
DChangeLog1363 fix find_paragraph when at start of file.
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py65 self.assertEqual(fp.find_paragraph(text, tempindex), expected)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_format.py68 self.assertEqual(ft.find_paragraph(text, tempindex), expected)