Esempio n. 1
0
 def __init__(self):
     """
     Constructor. Set data_dir attribute with path to data files needed
     by this class.
     """
     Base.__init__(self)
     self.data_dir = os.path.join(self.current_dir, "data", "lxml")
Esempio n. 2
0
 def __init__(self):
     """
     Constructor.
     """
     Base.__init__(self)
Esempio n. 3
0
 def __init__(self):
     """
     Constructor.
     """
     Base.__init__(self)
     self.data_dir = os.path.join(self.current_dir, "data")