| Server IP : 178.128.116.179 / Your IP : 216.73.216.206 Web Server : nginx/1.30.3 System : Linux glamautowash 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.4.22 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 �<