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

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

Completed in 68 milliseconds