woob.tools.decorators

retry(exceptions_to_check, exc_handler=None, tries=3, delay=2, backoff=2)[source]

Retry decorator from https://www.saltycrane.com/blog/2009/11/trying-out-retry-decorator-python/ original from https://wiki.python.org/moin/PythonDecoratorLibrary#Retry