gpt4 book ai didi

python - 您如何调试 Mako 模板?

转载 作者:IT老高 更新时间:2023-10-28 21:47:51 27 4
gpt4 key购买 nike

到目前为止,当 Mako 模板编码不正确时,我发现不可能产生可用的回溯。

除了对每一行代码进行迭代之外,还有什么方法可以调试模板?

最佳答案

Mako 实际上提供了一个 VERY nice way to track down errors in a template :

from mako import exceptions

try:
template = lookup.get_template(uri)
print template.render()
except:
print exceptions.html_error_template().render()

关于python - 您如何调试 Mako 模板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/390409/

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