Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 Pydev 与 Django 一起使用,它将 Django 生成的变量标记为错误,例如User.DoesNotExist. 在 pylint 中,我可以指定一个称为生成变量的设置。Pydev中有这样的设置吗?
User.DoesNotExist
如果我没记错的话,去window/preferences/pydev/editor/code analysis/undefined,把你的变量添加到全局变量那里。