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

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

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