archive.cpython-312.pyc•4.17 kB
�
lMgR � �2 � d dl mZ d dlmZ G d� de� Zy)� )�AbstractFileSystem)�tokenizec �4 � e Zd ZdZd� ZeZd� Zd� Zd� Zdd�Z y) �AbstractArchiveFileSystema(
A generic superclass for implementing Archive-based filesystems.
Currently, it is shared amongst
:class:`~fsspec.implementations.zip.ZipFileSystem`,
:class:`~fsspec.implementations.libarchive.LibArchiveFileSystem` and
:class:`~fsspec.implementations.tar.TarFileSystem`.
c �L � dt | � j � dt | � � d�S )Nz<Archive-like object z at �>)�type�__name__�id)�selfs �ZC:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\fsspec/archive.py�__str__z!AbstractArchiveFileSystem.__str__ s&