process方法
process(,选项)
将多个模板文件合并为一个。
@staticmethod
def process(options):
...
范围 | 类型 | 描述 |
---|---|---|
options | LowCodeMergeOptions | 合并文件的选项 |
process(,模板文件,结果文件)
合并给定的模板文件。
@staticmethod
def process(template_files, result_file):
...
范围 | 类型 | 描述 |
---|---|---|
template_files | list | 需要合并的模板文件 |
result_file | str | 生成的文件 |