pycharm设置检查(inspection)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm设置检查(inspection)相关的知识,希望对你有一定的参考价值。
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中的去掉上面五个。
以上是关于pycharm设置检查(inspection)的主要内容,如果未能解决你的问题,请参考以下文章