App Engine 中 Python 中的克隆和 Expando 类对象
在 Google App Engine 上使用 Python 时,克隆(复制) Expando 类对象的好方法是什么?
我在这里遇到了一些代码,但除非我弄错了,否则它不适用于 Expando 属性: 在“编译”时不知道属性名称的情况下,在 Python 中复制 Google App Engine 数据存储区中的实体
谢谢!
What is a good way to clone (make a copy of) an Expando class object when using Python on Google App Engine?
I came across some code on here, but unless I'm mistaken, it does not work on expando properties: Copy an entity in Google App Engine datastore in Python without knowing property names at 'compile' time
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 包含动态属性的 Nick 函数:
Here's a revised version of Nick's function that includes dynamic properties: