| Server IP : 65.1.209.187 / Your IP : 216.73.216.144 Web Server : nginx/1.24.0 System : Linux ip-172-31-5-206 6.14.0-1015-aws #15~24.04.1-Ubuntu SMP Tue Sep 23 22:44:48 UTC 2025 x86_64 User : ( 1001) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF 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