mergernet.services.splus.update_authorization#

mergernet.services.splus.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:

The decorated function

Return type:

Callable