Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
hc_python
/
lib64
/
python3.12
/
site-packages
/
importlib_metadata
/
__pycache__
[ HOME ]
Exec
Submit
_compat.cpython-312.pyc
� q0h! � �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 �>