run_after_model
Method
This is a method of the MiddlewareManager class in the middleware module.Run all after_model hooks (in reverse order).
Signature
Parameters
No description available.
Returns
The result of the operation.
Run all after_model hooks (in reverse order).
This is a method of the MiddlewareManager class in the middleware module.Run all after_model hooks (in reverse order).
def run_after_model(response: ModelResponse) -> ModelResponse