관리-도구
편집 파일: _compat.cpython-312.pyc
� t��eC � �r � d dl Z d dlZg d�Z d dlmZ d� Zd� Z G d� d� Z d � Z y# e$ r ddlmZ Y �!w xY w) � N)�install� NullFinder�Protocol)r � c �b � t j j | � � t � | S )z� Class decorator for installation on sys.meta_path. Adds the backport DistributionFinder to sys.meta_path and attempts to disable the finder functionality of the stdlib DistributionFinder. )�sys� meta_path�append�disable_stdlib_finder)�clss ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.pyr r s# � � �M�M���������J� c �L � d� } t | t j � D ] }|`� y)z� Give the backport primacy for discovering path-based distributions by monkey-patching the stdlib O_O. See #91 for more background for rationale on this sketchy behavior. c �>