We also recommend to use the same mypy settings we use, which you'll find in the [tool.mypy] sections in our pyproject.toml file. Make sure you know how to get started, check out our docs! Try our ...
This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources ...