qxmt.decorators module#
- qxmt.decorators.notify_long_running(func)
Decorator to notify the user that a function is running.
- Parameters:
func (Callable)
- Return type:
Callable
- qxmt.decorators.retry_on_exception(retries, delay)
Decorator to retry a function if an exception is raised.
- Parameters:
retries (int)
delay (float)
- Return type:
Callable