Exemple #1
0
 def setUp(self):
     import langscape
     self.python = langscape.load_langlet("python")
     self.cover = langscape.load_langlet("coverage")
     from langscape.base.cstfunction import CSTFunction
     self.fn_py = CSTFunction(self.python)
     self.fn_cov = CSTFunction(self.cover)