OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3.8
/
distutils
/
command
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 06:57:52 AM
rwxr-xr-x
📄
__init__.py
799 bytes
10/28/2019 04:30:34 PM
rw-r--r--
📄
bdist.py
5.43 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
bdist_dumb.py
4.8 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
bdist_msi.py
34.47 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
bdist_rpm.py
21.07 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
bdist_wininst.py
15.84 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
build.py
5.63 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
build_clib.py
7.83 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
build_ext.py
30.52 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
build_py.py
16.76 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
build_scripts.py
6.09 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
check.py
5.47 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
clean.py
2.71 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
command_template
633 bytes
10/28/2019 04:30:34 PM
rw-r--r--
📄
config.py
12.81 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
install.py
28.07 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
install_data.py
2.76 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
install_egg_info.py
3.44 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
install_headers.py
1.27 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
install_lib.py
8.42 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
install_scripts.py
1.97 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
register.py
11.44 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
sdist.py
18.56 KB
10/28/2019 04:30:34 PM
rw-r--r--
📄
upload.py
6.84 KB
10/28/2019 04:30:34 PM
rw-r--r--
Editing: command_template
Close
"""distutils.command.x Implements the Distutils 'x' command. """ # created 2000/mm/dd, John Doe __revision__ = "$Id$" from distutils.core import Command class x(Command): # Brief (40-50 characters) description of the command description = "" # List of option tuples: long name, short name (None if no short # name), and help string. user_options = [('', '', ""), ] def initialize_options(self): self. = None self. = None self. = None def finalize_options(self): if self.x is None: self.x = def run(self):