Exemplo n.º 1
0
 def test_lstrip(self):
     self.assertTrue(strop.lstrip(" \t\n hello \t\n ") == "hello \t\n ")
 def test_lstrip(self):
     self.assertTrue(strop.lstrip(" \t\n hello \t\n ") == "hello \t\n ")
Exemplo n.º 3
0
import warnings
Exemplo n.º 4
0
import warnings