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")
Example #3
0
import warnings
Example #4
0
import warnings