App Engine:类似 prefetch_refprops 的函数,用于解析键列表

发布于 2024-10-17 23:26:02 字数 298 浏览 4 评论 0原文

在处理 ReferenceProperties 时,我经常使用名为 prefetch_reprops 的函数来有效地解析引用。但是,我目前正在处理一个使用 db.Key 实例列表的模型。

有人有类似 prefetch_refprops 的函数来处理键列表吗?

这里是 prefetch_refprops 的更好解释

When dealing with ReferenceProperties I often make use a function called prefetch_reprops to efficiently resolve references. However, I am currently dealing with a model that makes use of a list of db.Key instances.

Does anyone have a prefetch_refprops-like function for dealing with lists of keys?

Here is a better explanation of prefetch_refprops

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

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

发布评论

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

评论(1

飘落散花 2024-10-24 23:26:02

只需在键列表上调用 db.get 即可,与 prefetch_refprops 函数完全相同。

Just call db.get on the list of keys, exactly as the prefetch_refprops function does.

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