gpt4 book ai didi

python - PyCharm Community 2017.2 中 undefined variable 没有警告

转载 作者:行者123 更新时间:2023-12-02 04:51:07 24 4
gpt4 key购买 nike

我在 PyCharm Community Edition 2017.2 中打开的 Python 模块中有这段代码。

class Sample(object):
def __init__(self):
self.prop1 = 5
self.prop2 = 10

def method1(self):
return foo

def do_work(self):
not_defined_func()


s = Sample()
s.method1()

bar = call_func

IDE 不会对一些相当严重的问题发出任何警告:

  1. 返回的变量foo尚未定义。
  2. 我分配 undefined variable call_func到变量bar .
  3. 我调用未定义的函数not_defined_func方法内部do_work

如何让 PyC​​harm 突出显示这些内容?我全新安装了 PyCharm,并拥有所有 InspectionsFile > Settings > Editor > Inspections > Python 中启用.

最佳答案

查看启用了哪个 python 解释器,请转至首选项 > 项目 > 项目解释器。设置python解释器然后应用它。另请检查是否启用了检查。

关于python - PyCharm Community 2017.2 中 undefined variable 没有警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46582924/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com