| Server IP : 167.99.254.82 / Your IP : 216.73.216.229 Web Server : Apache System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/botocore/retries/__pycache__/ |
Upload File : |
o
.&�a. � @ s$ G d d� de �ZG dd� de �ZdS )c @ s e Zd Zdd� ZdS )�BaseRetryBackoffc C � t d��)zbCalculate how long we should delay before retrying.
:type context: RetryContext
�delay_amount��NotImplementedError��self�context� r �7/usr/lib/python3/dist-packages/botocore/retries/base.pyr s zBaseRetryBackoff.delay_amountN)�__name__�
__module__�__qualname__r r r r r
r s r c @ s e Zd ZdZdd� ZdS )�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 C r )zVReturns True if retryable, False if not.
:type context: RetryContext
�is_retryabler r r r r
r s z!BaseRetryableChecker.is_retryableN)r r r
�__doc__r r r r r
r s r N)�objectr r r r r r
�<module> s