astromodule.splus.update_authorization# update_authorization(f: Callable)[source]# Decorator that can be placed on functions that needs S-PLUS authentication This decorator will update authorization token before the function call if needed Parameters: f: the function that will be decorated Returns: CallableThe decorated function