is_middleware
Function
This function is defined in the middleware module.Check if a function is a middleware (wrap_* type).
Signature
Parameters
No description available.
Returns
The result of the operation.
Check if a function is a middleware (wrap_* type).
This function is defined in the middleware module.Check if a function is a middleware (wrap_* type).
def is_middleware(func: Callable) -> bool