| 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/s3transfer/__pycache__/ |
Upload File : |
�
�<�e�R � � � d dl Z d dlZd dlZd dlZd dlmZ d dlmZ d dlm Z d dl
mZmZ d dl
mZmZ ej e� Z G d� d� Z G d � d
� Z G d� de� Z G d
� de� Z G d� d� Z G d� d� Z G d� d� Z G d� d� Z G d� de� Z G d� d� Z eddg� Z ed� Z ed� Zy)� N)�
namedtuple)�futures)�MAXINT)�CancelledError�TransferNotDoneError)�FunctionContainer�
TaskSemaphorec �. � e Zd Zed� � Zd� Zd� Zd� Zy)�BaseTransferFuturec � � t d� �)z-The metadata associated to the TransferFuture�meta��NotImplementedError��selfs �4/usr/lib/python3/dist-packages/s3transfer/futures.pyr
zBaseTransferFuture.meta s � � "�&�)�)� c � � t d� �)zmDetermines if a TransferFuture has completed
:returns: True if completed. False, otherwise.
zdone()r r s r �donezBaseTransferFuture.done! s � �
"�(�+�+r c � � t d� �)��Waits until TransferFuture is done and returns the result
If the TransferFuture succeeded, it will return the result. If the
TransferFuture failed, it will raise the exception associated to the
failure.
zresult()r r s r �resultzBaseTransferFuture.result( s � � "�*�-�-r c � � t d� �)z6Cancels the request associated with the TransferFuturezcancel()r r s r �cancelzBaseTransferFuture.cancel1 s
� �!�*�-�-r N)�__name__�
__module__�__qualname__�propertyr
r r r � r r r r s# � �
�*� �*�,�.�.r r c �<