gpt4 book ai didi

python - 使用元类时出现 Pylint 错误

转载 作者:太空狗 更新时间:2023-10-29 21:05:36 28 4
gpt4 key购买 nike

我尝试修复项目中的所有 pylint 错误和 pylint 警告。但是当我设置元类(https://www.python.org/dev/peps/pep-3115/)时,我总是收到错误。

这是我的示例代码:

#!/usr/bin/env python3

class MyMeta(type):
pass

class MyObject(object, metaclass=MyMeta): # pylint error here
pass

错误只是说“语法无效”。我通过 vim 插件 syntastic ( https://github.com/scrooloose/syntastic ) 使用 pylint。

我的 pylint 版本是 (pylint --version):

pylint 1.4.3, 
astroid 1.3.6, common 0.63.2
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1]

我的 syntastic 插件在 github 上是最新的。

有什么想法吗?

最佳答案

docs4.2 下。问:python 检查器提示语法上有效的 Python 3 构造...:

A. Configure the python checker to call a Python 3 interpreter rather than Python 2, e.g:

let g:syntastic_python_python_exec = '/path/to/python3'

关于python - 使用元类时出现 Pylint 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30873673/

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