gpt4 book ai didi

python - pylint 警告 - 无法订阅的对象

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

在 visual studio 代码编辑器中截取以下代码

a = b.get('c') if b else None
d = a[1] if a else None

pylinta[1] 的第二行给出以下警告。显示警告是否正确? None 的检查不应该涵盖它吗?

a: NoneType
Value 'a' is unsubscriptable pylint(unsubscriptable-object)

最佳答案

我没有足够的声誉点来发表评论,编辑队列已满,所以快速记下 Jay Moody 的回复。

答案是正确的,但它需要调整(至少对我而言)。语句# pylint disable=unsubscriptable-object 在 pylint 之后需要一个冒号。

对我有用的是 # pylint: disable=unsubscriptable-object

关于python - pylint 警告 - 无法订阅的对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61926492/

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