gpt4 book ai didi

python - "E1101"- "Class"的实例没有 "method"成员

转载 作者:太空宇宙 更新时间:2023-11-04 05:25:14 25 4
gpt4 key购买 nike

我的类(class)是这样组织的:

class One:
def funcOne(self):
doSomething()

class Two(One):
def funcTwo(self):
self.funcOne()

当我运行它时,它起作用了,Python 的继承模型允许 Two 能够调用 funcOne

但是,运行 pylint 给我错误:

[E1101 (no-member), myscript] Instance of 'Two' has no 'funcOne' member

我已经看过 another question on the site ,但该问题涉及变量,唯一提出的解决方案是将它们放入字典中,而方法无法做到这一点。

如何让 pylint 识别继承行为?


编辑:我正在运行 pylint 1.1.0,它太旧了,也许这就是原因?

最佳答案

事实证明,我的 pylint 版本已经严重过时了。我正在运行版本 1.1.0,并更新到最新版本 1.6.4,警告消失了!

我认为这是 pylint 中的一个错误,已在不同版本之间修复

关于python - "E1101"- "Class"的实例没有 "method"成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39008121/

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