ACIL FM
Dark
Refresh
Current DIR:
/usr/lib/python3.9/site-packages/setuptools/command
/
usr
lib
python3.9
site-packages
setuptools
command
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
alias.py
2.33 MB
chmod
View
DL
Edit
Rename
Delete
bdist_egg.py
16.21 MB
chmod
View
DL
Edit
Rename
Delete
bdist_rpm.py
900 B
chmod
View
DL
Edit
Rename
Delete
bdist_wininst.py
922 B
chmod
View
DL
Edit
Rename
Delete
build_clib.py
4.31 MB
chmod
View
DL
Edit
Rename
Delete
build_ext.py
12.72 MB
chmod
View
DL
Edit
Rename
Delete
build_py.py
9.25 MB
chmod
View
DL
Edit
Rename
Delete
develop.py
7.86 MB
chmod
View
DL
Edit
Rename
Delete
dist_info.py
960 B
chmod
View
DL
Edit
Rename
Delete
easy_install.py
83.33 MB
chmod
View
DL
Edit
Rename
Delete
egg_info.py
24.74 MB
chmod
View
DL
Edit
Rename
Delete
install.py
4.59 MB
chmod
View
DL
Edit
Rename
Delete
install_egg_info.py
2.15 MB
chmod
View
DL
Edit
Rename
Delete
install_lib.py
3.78 MB
chmod
View
DL
Edit
Rename
Delete
install_scripts.py
2.46 MB
chmod
View
DL
Edit
Rename
Delete
launcher manifest.xml
628 B
chmod
View
DL
Edit
Rename
Delete
py36compat.py
4.83 MB
chmod
View
DL
Edit
Rename
Delete
register.py
468 B
chmod
View
DL
Edit
Rename
Delete
rotate.py
2.08 MB
chmod
View
DL
Edit
Rename
Delete
saveopts.py
658 B
chmod
View
DL
Edit
Rename
Delete
sdist.py
5.83 MB
chmod
View
DL
Edit
Rename
Delete
setopt.py
4.93 MB
chmod
View
DL
Edit
Rename
Delete
test.py
9.25 MB
chmod
View
DL
Edit
Rename
Delete
upload.py
462 B
chmod
View
DL
Edit
Rename
Delete
upload_docs.py
6.98 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
568 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/lib/python3.9/site-packages/setuptools/command/bdist_wininst.py
import distutils.command.bdist_wininst as orig import warnings from setuptools import SetuptoolsDeprecationWarning class bdist_wininst(orig.bdist_wininst): def reinitialize_command(self, command, reinit_subcommands=0): """ Supplement reinitialize_command to work around http://bugs.python.org/issue20819 """ cmd = self.distribution.reinitialize_command( command, reinit_subcommands) if command in ('install', 'install_lib'): cmd.install_lib = None return cmd def run(self): warnings.warn( "bdist_wininst is deprecated and will be removed in a future " "version. Use bdist_wheel (wheel packages) instead.", SetuptoolsDeprecationWarning ) self._is_running = True try: orig.bdist_wininst.run(self) finally: self._is_running = False
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply