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