HomeSort by relevance Sort by last modified time
    Searched refs:trailingws_comment (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
test_formatparagraph.py 13 trailingws_comment = '# This is a comment ' variable in class:Is_Get_Test
25 Equal(fp.get_indent(self.trailingws_comment), '')
33 Equal(fp.get_comment_header(self.trailingws_comment), '#')
  /external/python/cpython3/Lib/idlelib/idle_test/
test_paragraph.py 13 trailingws_comment = '# This is a comment ' variable in class:Is_Get_Test
25 Equal(fp.get_indent(self.trailingws_comment), '')
33 Equal(fp.get_comment_header(self.trailingws_comment), '#')

Completed in 196 milliseconds