cceval icon indicating copy to clipboard operation
cceval copied to clipboard

Where is the code for static analysis?

Open ramsey-coding opened this issue 1 year ago • 2 comments

I have looked through the repository but cannot find the code for static analysis. Could you please help me locate it?

ramsey-coding avatar Jun 12 '24 00:06 ramsey-coding

Can you elaborate which part of static analysis you are looking for?

zijwang avatar Jul 07 '24 04:07 zijwang

作者您好,我对python代码使用静态分析方法获取光标位置。发现大多是项目中,如果直接注释掉from ** import ** , “E1101”的错误捕捉特别少,一个项目少则0-10,多则<30。是不是必须把import的类都置为空呢?这样的话能否实现自动化呢?请问是否能开源一下这方面的相关代码呢?

czq99972 avatar Aug 15 '24 02:08 czq99972