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)