在燒瓶文檔中有一個鉤子函數的示例,當沒有找到瓶子定義的URL端點時,可以通過調用來爲url_for函數添加自定義行爲。如果沒有匹配的用戶定義的URL端點,程序員可以添加自定義端點或重新引發異常(使用原始上下文)。 def external_url_handler(error, endpoint, values):
"Looks up an external URL when `url_f
在測試的一段代碼,看起來有點像,我已經得到了一驚: if x:
try:
obj = look-for-item-with-id==x in a db
if obj is None:
# print debug message
raise NotFound('No item with this id')
retur