pycharm设置检查(inspection)

时间:2017-09-08 15:51:34   收藏:0   阅读:1358

1、将python中这五个去掉

Unresolved references (import numpy as np  出现波浪线,去掉后 print(abc) 就不会报错,有得有失)  

calling a method by class using
技术分享
 
try to call a non-callable  
技术分享

 

incorrect call arguments  
redeclared names without usage 
技术分享

 

设置:去掉除python外所有的,python中的去掉上面五个。 

技术分享

技术分享

 

原文:http://www.cnblogs.com/bawu/p/7494898.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!