deployment.bff.app.decorators module# deployment.bff.app.decorators.timed(func)[source]# Decorator to count and log elapsed time of a function call. deployment.bff.app.decorators.async_timed(func)[source]# Decorator to count and log elapsed time of an async function call. deployment.bff.app.decorators.api_method(func)[source]# Decorator to log api call info and handle exceptions.