Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /lib/python3/dist-packages/botocore/retries/__pycache__/ |
Upload File : |
� P��e � �, � G d � d� Z G d� d� Zy)c � � e Zd Zd� Zy)�BaseRetryBackoffc � � t d� �)zbCalculate how long we should delay before retrying. :type context: RetryContext �delay_amount��NotImplementedError��self�contexts �7/usr/lib/python3/dist-packages/botocore/retries/base.pyr zBaseRetryBackoff.delay_amount s � � "�.�1�1� N)�__name__� __module__�__qualname__r � r r r r s � �2r r c � � e Zd ZdZd� Zy)�BaseRetryableCheckeraW Base class for determining if a retry should happen. This base class checks for specific retryable conditions. A single retryable checker doesn't necessarily indicate a retry will happen. It's up to the ``RetryPolicy`` to use its ``BaseRetryableCheckers`` to make the final decision on whether a retry should happen. c � � t d� �)zVReturns True if retryable, False if not. :type context: RetryContext �is_retryabler r s r r z!BaseRetryableChecker.is_retryable s � � "�.�1�1r N)r r r �__doc__r r r r r r s � ��2r r N)r r r r r �<module>r s ��2� 2�2� 2r