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

/external/python/cpython2/Lib/idlelib/
H A DFormatParagraph.py59 find_paragraph(text, text.index("insert"))
77 def find_paragraph(text, mark): function
/external/python/cpython3/Lib/idlelib/
H A Dparagraph.py60 find_paragraph(text, text.index("insert"))
78 def find_paragraph(text, mark): function
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_formatparagraph.py41 """Test the find_paragraph function in FormatParagraph.
43 Using the runcase() function, find_paragraph() is called with 'mark' set at
56 # Check that find_paragraph returns the expected paragraph when
65 self.assertEqual(fp.find_paragraph(text, tempindex), expected)
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_paragraph.py41 """Test the find_paragraph function in paragraph module.
43 Using the runcase() function, find_paragraph() is called with 'mark' set at
56 # Check that find_paragraph returns the expected paragraph when
65 self.assertEqual(fp.find_paragraph(text, tempindex), expected)

Completed in 105 milliseconds