Skip to main content

is_middleware

Function
This function is defined in the middleware module.
Check if a function is a middleware (wrap_* type).

Signature

def is_middleware(func: Callable) -> bool

Parameters

func
Callable
required
No description available.

Returns

Returns
bool
The result of the operation.