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")
def __init__(self): """ Constructor. """ Base.__init__(self)
def __init__(self): """ Constructor. """ Base.__init__(self) self.data_dir = os.path.join(self.current_dir, "data")