📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-27 23:31:52
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
importlib_metadata
/
__pycache__
📍 /opt/hc_python/lib/python3.12/site-packages/importlib_metadata/__pycache__
🔄 Refresh
✏️
Editing: _compat.cpython-312.pyc
Read Only
� }�*j! � �B � d dl Z d dlZddgZd� Zd� Z G d� d� Zd� Zy)� N�install� NullFinderc �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 �I/opt/hc_python/lib/python3.12/site-packages/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 �>