← back to Atmos Game
assets/gen/.venv/lib/python3.12/site-packages/fsspec/__pycache__/transaction.cpython-312.pyc
39 lines
�
c�bj^ � �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 �i/Users/macstudio3/Projects/atmos-game/assets/gen/.venv/lib/python3.12/site-packages/fsspec/transaction.py�__init__zTransaction.__init__ s � � ����W��
� c �&