Esempio n. 1
0
 def build(self, dst_file):
     """
     Сборка отчета
     """
     ZipProxy.pack(dst_file, self.extract_folder)
Esempio n. 2
0
 def build(self, dst_file):
     """
     Сборка отчета
     """
     ZipProxy.pack(dst_file, self.extract_folder)
Esempio n. 3
0
    def __init__(self, src_file, tags):
        self.extract_folder = ZipProxy.extract(src_file)

        self._tags = tags # Ссылка на тэги
Esempio n. 4
0
    def __init__(self, src_file, tags):
        self.extract_folder = ZipProxy.extract(src_file)

        self._tags = tags  # Ссылка на тэги