__builtins__ 的 pydev eclipse 配置?

发布于 2024-09-12 02:32:36 字数 198 浏览 5 评论 0原文

假设在 init 上我已经在 builtins 下安装了我的函数 然后在我的项目中,我可以直接访问该函数,无需导入,但我如何告诉 Eclipse - 所以它不应该显示红色错误“未定义的变量”

__builtins__['_'] = gettext.gettext

suppose on init I've install my function under builtins
then throughout my project I can access it directly that function, no need to import, but how can I tell this to eclipse - so it should not show RED Error "undefined variable"

__builtins__['_'] = gettext.gettext

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时间海 2024-09-19 02:32:36

查看首选项 -> PyDev->编辑->代码分析。那里有很多用于调整代码分析的选项。

在我的 PyDev 上,_ 已经在 考虑将以下名称作为全局 列表中 - 您拥有哪个版本的 PyDev?

Look in Preferences -> PyDev -> Editor -> Code Analysis. There's a bunch of options for adjusting code analysis in there.

On my PyDev, _ is already in the Consider the following names as globals list though - which version of PyDev do you have?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文