📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
home4
›
umvavtmy
›
python
›
Python-3.9.2
›
Lib
›
distutils
›
📁 __pycache__
📍
Lokasi:
/home4/umvavtmy/python/Python-3.9.2/Lib/distutils/__pycache__
💾
Free:
187.6 GB
✏️ Mengedit: util.cpython-39.pyc
a ��/`�Q � @ s d Z ddlZddlZddlZddlZddlZddlmZ ddl m Z ddlmZ ddl mZ ddlmZ dd � Zd d� Zdd � Zdd� Zdadd� Zdd� Zd*dd�Zd a aadd� Zdd� Zd+dd�Zdd� Zd,d d!�Zd"d#� Z d-d$d%�Z!d.d&d'�Z"G d(d)� d)�Z#dS )/zudistutils.util Miscellaneous utility functions -- anything that doesn't fit into one of the other *util.py modules. � N)�DistutilsPlatformError)�newer)�spawn)�log)�DistutilsByteCompileErrorc C s� t jdkrFdtj�� v rdS dtj�� v r.dS dtj�� v r@dS tjS dt jv rZt jd S t jd ksntt d �sttjS t �� \} }}}}| �� � dd�} |� d d�}|� dd�}| dd� dkr�d| |f S | dd� dk�r,|d dk�r�d} dt |d �d |dd� f }ddd�}|d|tj 7 }n�| dd� dk�rPdd lm } |� S | dd!� d"k�r�d"} t�d#tj�}|�|�}|�r�|�� }n>| dd!� d$k�r�ddl} ddl} | �| j�� | ||�\} }}d%| ||f S )&a� Return a string that identifies the current platform. This is used mainly to distinguish platform-specific build directories and platform-specific built distributions. Typically includes the OS name and version and the architecture (as supplied by 'os.uname()'), although the exact information included depends on the OS; eg. on Linux, the kernel version isn't particularly important. Examples of returned values: linux-i586 linux-alpha (?) solaris-2.6-sun4u Windows will return one of: win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) win32 (all others - specifically, sys.platform is returned) For other non-POSIX platforms, currently just returns 'sys.platform'. �nt�amd64� win-amd64z(arm)� win-arm32z(arm64)z win-arm64�_PYTHON_HOST_PLATFORM�posix�uname�/� � �_�-N� �linuxz%s-%s�sunosr �5�solarisz%d.%s� � �32bit�64bit)i���l ���� z.%s�aix)�aix_platform� �cygwinz[\d.]+�darwinz%s-%s-%s)�os�name�sys�version�lower�platform�environ�hasattrr �replace�int�maxsize�_aix_supportr �re�compile�ASCII�match�group�_osx_support�distutils.sysconfig�get_platform_osx� sysconfig�get_config_vars)�osname�host�releaser$ �machine�bitnessr �rel_re�mr2 � distutils� r? �9/home4/umvavtmy/python/Python-3.9.2/Lib/distutils/util.py�get_host_platform sP � rA c C s8 t jdkr.dddd�} | �t j�d��p,t� S t� S d S )Nr �win32r r )Zx86�x64ZarmZVSCMD_ARG_TGT_ARCH)r! r"