| Server IP : 46.62.235.243 / Your IP : 216.73.216.163 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/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