Searched refs:leadingws_nocomment (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_formatparagraph.py15 leadingws_nocomment = ' This is not a comment' variable in class:Is_Get_Test
27 Equal(fp.get_indent(self.leadingws_nocomment), ' ')
36 Equal(fp.get_comment_header(self.leadingws_nocomment), ' ')
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_paragraph.py15 leadingws_nocomment = ' This is not a comment' variable in class:Is_Get_Test
27 Equal(fp.get_indent(self.leadingws_nocomment), ' ')
36 Equal(fp.get_comment_header(self.leadingws_nocomment), ' ')

Completed in 79 milliseconds