antimatter.session_mixins.token#

Module Contents#

Functions#

exec_with_token(f)

Decorator to get a token before executing the decorated function.

antimatter.session_mixins.token.exec_with_token(f: Callable)#

Decorator to get a token before executing the decorated function.

Parameters:

f – The function to be decorated.

Returns:

The wrapper function.