예제 #1
0
 def test_rstrip(self):
     self.assertTrue(strop.rstrip(" \t\n hello \t\n ") == " \t\n hello")
 def test_rstrip(self):
     self.assertTrue(strop.rstrip(" \t\n hello \t\n ") == " \t\n hello")
예제 #3
0
import warnings
예제 #4
0
import warnings