Exemplo n.º 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")
Exemplo n.º 3
0
import warnings
Exemplo n.º 4
0
import warnings