分析执行函数 :param params: 分析所需要的资源 1.项目地址 2.工作地址 3.分析参数 :return:
(self, params)
| 48 | raise NotImplementedError() |
| 49 | |
| 50 | def analyze(self, params): |
| 51 | ''' |
| 52 | 分析执行函数 |
| 53 | :param params: 分析所需要的资源 1.项目地址 2.工作地址 3.分析参数 |
| 54 | :return: |
| 55 | ''' |
| 56 | raise NotImplementedError() |
| 57 | |
| 58 | def set_format_type(self): |
| 59 | ''' |
no outgoing calls
no test coverage detected