Searched refs:json_files (Results 1 – 1 of 1) sorted by relevance
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
D | parser.py | 148 def get_result_table(json_files, abs_path, link_path, gn_path): # 进行处理,生成表格 argument 154 if json_files: 155 file_name = os.path.split(json_files[0]) # 取第一个json名,但我是用列表装的 161 json_files) 183 match_files, json_files, include_files = dire_func(gn_file, function_name) 214 match_files, json_files, include_files = dire_func(item, function_names) 217 print("同级json文件:\n", json_files) 223 data_result = get_result_table(json_files, abs_path, link_path, dire_path)
|