コード例 #1
0
ファイル: test_comment.py プロジェクト: opencitations/wcw
 def test_strip(self):
     """test Comment.__strip__()"""
     node = Comment("foobar")
     self.assertIs(None, node.__strip__())
コード例 #2
0
 def test_strip(self):
     """test Comment.__strip__()"""
     node = Comment("foobar")
     for a in (True, False):
         for b in (True, False):
             self.assertIs(None, node.__strip__(a, b))
コード例 #3
0
 def test_strip(self):
     """test Comment.__strip__()"""
     node = Comment("foobar")
     self.assertIs(None, node.__strip__())
コード例 #4
0
 def test_strip(self):
     """test Comment.__strip__()"""
     node = Comment("foobar")
     for a in (True, False):
         for b in (True, False):
             self.assertIs(None, node.__strip__(a, b))