gpt4 book ai didi

python - pylint:禁用 R0921 不起作用,仍然警告

转载 作者:太空狗 更新时间:2023-10-30 01:16:42 25 4
gpt4 key购买 nike

我有一个类,它有两个引发 NotImplementedError 的方法,并且还继承自一个抽象类(一个包含抽象方法的类,来自 abc 包。这个父类class 又继承自标记为抽象的类,通过 __metaclass__ = ABCMeta)。因此,在我的代码上运行 pylint 时会引发 R0921 警告。如果我删除 NotImplementedErrors pylint 不会发出该警告。现在,我尝试像这样为类禁用 R0921:

# pylint: disable=R0921
class Wrapper(AbstractWrapper):
...
def func(self, kwargs**):
raise NotImplementedError
...

但是好像不行。我仍然收到警告“未引用抽象类”。我错过了什么?

最佳答案

这是一个错误,已被报告,请参阅 pylint 跟踪器上的票证 http://www.logilab.org/ticket/111138

关于python - pylint:禁用 R0921 不起作用,仍然警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11543992/

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