开发者

Pydev configuration to specify generated variables

开发者 https://www.devze.com 2022-12-19 06:20 出处:网络
I am using Pydev with Django 开发者_StackOverflow社区which marks Django generated variables as errors, eg User.DoesNotExist. In pylint I can specify a setting called generated variables. Is there such

I am using Pydev with Django 开发者_StackOverflow社区which marks Django generated variables as errors, eg User.DoesNotExist. In pylint I can specify a setting called generated variables. Is there such a setting in Pydev?


If I remember correctly, go to window / preferences / pydev / editor / code analysis / undefined, add your variables to globals there.

0

精彩评论

暂无评论...
验证码 换一张
取 消