gpt4 book ai didi

python - 在 NDB 和 GAE 中的 put() 之后评估条件

转载 作者:行者123 更新时间:2023-11-28 22:01:57 24 4
gpt4 key购买 nike

在使用 NDB 将我的实体放入数据存储后,我需要执行一些代码。

假设我有这样的东西。

ent=Entity()
ent.put()

def after_put():
assert ...

如何在不手动调用函数的情况下实现这一点?我可以使用某种触发器或回调吗?

最佳答案

是的,你可以使用“钩子(Hook)”。

NDB offers a lightweight hooking mechanism. By defining a hook, an application can run some code before or after some type of operations; for example, a Model might run some function before every get(). A hook function runs when using the synchronous, asynchronous and multi versions of the appropriate method. For example, a "pre-get" hook would apply to all of get(), get_async(), and get_multi().

https://developers.google.com/appengine/docs/python/ndb/entities#hooks

关于python - 在 NDB 和 GAE 中的 put() 之后评估条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12358728/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com