gpt4 book ai didi

python - 多个蓝图的 Before_request

转载 作者:太空狗 更新时间:2023-10-30 01:02:32 24 4
gpt4 key购买 nike

这是我的情况:

假设我有 2 个蓝图 before_request 方法:

mod = Blueprint('posts', __name__, url_prefix='/posts')

@mod.before_request
def before_request():
#some code that uses SQLAlchemy here
pass

现在我不想在第二个蓝图中重复此方法中的逻辑。

我该怎么做?

PS:我是 Python 的新手,所以我可能遗漏了一些明显的东西。谢谢。

最佳答案

使用blueprint.before_app_request这适用于整个应用程序的 View ,而不仅仅是同一蓝图中的 View

关于python - 多个蓝图的 Before_request,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15446276/

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