We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/noah-vh/mcp-server-clickup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
arrow.cpython-312.pyc•13.2 KiB
�
lMg�! � �� � d dl Z d dlZd dlZd dlZd dlZd dlmZ d dlmZm Z d dl
mZ d dlm
Z
d dlmZmZmZmZ d� Zda G d� d e
� Z ed
g d�� G d� d
ej, � � Z G d� de� Zy)� N)�suppress)�cached_property�wraps)�parse_qs)�AbstractFileSystem)�"get_package_version_without_import�infer_storage_options�mirror_from�tokenizec �. � � t � � � fd�� }|S )Nc �� �� �| i |��S # t $ rP}|j s� |j ^}} t |t � rd|v rt t
j |� |�� d }~ww xY w)Nzdoes not exist)�OSError�args�
isinstance�str�FileNotFoundError�errno�ENOENT)r �kwargs� exception�message�funcs ��hC:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\fsspec/implementations/arrow.py�wrapperz wrap_exceptions.<locals>.wrapper sg �� �
���(��(�(��� ��>�>��&�^�^�N�G�d��'�3�'�,<��,G�'����g�>�I�M��� �s � � A$�AA�A$)r )r r s ` r �wrap_exceptionsr s �� �
�4�[�� �� �N� c � � � e Zd ZdZdZ� fd�Zed� � Zed� � Z e
d� � Zdd�Zd� Z
d � Zd
� Zed� � Zed� � Zed
� � Zedd�� Zedd�� Zedd�� Zedd�� Zed� � Zed� � Zd� fd� Z� fd�Z� xZS )�ArrowFSWrapperzwFSSpec-compatible wrapper of pyarrow.fs.FileSystem.
Parameters
----------
fs : pyarrow.fs.FileSystem
�/c �H �� t d� a|| _ t �| � di |�� y )N�pyarrow� )r �PYARROW_VERSION�fs�super�__init__)�selfr$ r � __class__s �r r&