관리-도구
편집 파일: readers.cpython-311.pyc
� ,�Re� � �� � d dl Z d dlZd dlZddlmZ ddlmZ ddlmZ d� Z G d� dej � � Z G d � d ej � � Z G d� dej � � Z G d � dej � � ZdS )� N� )�abc)�unique_everseen)�ZipPathc �Z � t t j � | � � � � S �N)�iter�collections�OrderedDict�fromkeys)�itemss ��/builddir/build/BUILDROOT/alt-python311-setuptools-65.6.3-2.el8.x86_64/opt/alt/python311/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/readers.py�remove_duplicatesr s! � ���'�0�0��7�7�8�8�8� c � � e Zd Zd� Zd� Zd� ZdS )� FileReaderc �L � t j |j � � j | _ d S r )�pathlib�Path�path�parent)�self�loaders r �__init__zFileReader.__init__ s � ��L���-�-�4�� � � r c �P � t | j � |� � � � S �z{ Return the file system path to prevent `resources.path()` from creating a temporary copy. ��strr �joinpath�r �resources r � resource_pathzFileReader.resource_path �"