gpt4 book ai didi

python - 是否可以在 PyCharm 中使用静态类型断言?

转载 作者:太空狗 更新时间:2023-10-29 17:26:10 26 4
gpt4 key购买 nike

def someproperty(self, value):
"""
:type value: int
"""
assert isinstance(value, int)
# other stuff

我希望 Pycharm 在用户将值设置为 int 以外的其他值时断言。我已经在使用类型提示了。还有另一种方法来获得这个功能吗?提前感谢您提供的任何见解。

最佳答案

使用 pycharm,您可以稍微接近静态类型检查,使用类型声明并增加“类型检查器”检查的严重性:

enter image description here

这将使类型检查在您的代码中非常突出:

enter image description here

关于python - 是否可以在 PyCharm 中使用静态类型断言?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33227330/

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