Ejemplo n.º 1
0
 def test_translate(self):
     self.assertTrue(strop.translate("xyzabcdef", transtable, "def")
                  == "xyzxyz")
 def test_translate(self):
     self.assertTrue(
         strop.translate("xyzabcdef", transtable, "def") == "xyzxyz")
Ejemplo n.º 3
0
import warnings
Ejemplo n.º 4
0
import warnings