transaction.cpython-312.pyc•4.6 kB
�
lMg^ � �N � d dl mZ G d� d� Z G d� d� Z G d� de� Zy) � )�dequec �0 � e Zd ZdZd� Zd� Zd� Zd� Zdd�Zy) �Transactiona Filesystem transaction write context
Gathers files for deferred commit or discard, so that several write
operations can be finalized semi-atomically. This works by having this
instance as the ``.transaction`` attribute of the given filesystem
c �0 � || _ t � | _ y)�O
Parameters
----------
fs: FileSystem instance
N)�fsr �files)�selfr �kwargss �^C:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\fsspec/transaction.py�__init__zTransaction.__init__ s � � ����W��
� c �&