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