def convert_uasts(self, file_uast_generator):
for file_uast in file_uast_generator:
print("-" * 20 + " " + str(file_uast.filepath))
id_cnt = Counter()
self.collect_id_cnt(file_uast.response.uast, id_cnt)
print(id_cnt)
评论列表
文章目录