コード例 #1
0
 def test_rstrip(self):
     self.assertTrue(strop.rstrip(" \t\n hello \t\n ") == " \t\n hello")
コード例 #2
0
 def test_rstrip(self):
     self.assertTrue(strop.rstrip(" \t\n hello \t\n ") == " \t\n hello")
コード例 #3
0
ファイル: test_strop.py プロジェクト: mcyril/ravel-ftn
import warnings
コード例 #4
0
ファイル: test_strop.py プロジェクト: mcyril/ravel-ftn
import warnings