From 5640ca2efa94405e4a140de2768b7c217bf87bd5 Mon Sep 17 00:00:00 2001 From: dongjiao Date: Tue, 13 Aug 2024 23:42:04 +0800 Subject: [PATCH] add get_synthesis_tag_data --- kyreport/ky_data_collection.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kyreport/ky_data_collection.py b/kyreport/ky_data_collection.py index e8302fb..8e18ae6 100644 --- a/kyreport/ky_data_collection.py +++ b/kyreport/ky_data_collection.py @@ -81,3 +81,7 @@ class DATACOLLECTION: def get_cpu_tag_data(self): return self.__arr_cpu_info + + def get_synthesis_tag_data(self): + return self.__arr_synthesis_info + -- Gitee