SILENT KILLERPanel

Current Path: > > opt > alt > python35 > lib64 > > python3.5 > > ensurepip


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python35/lib64//python3.5//ensurepip

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
rewheel Directory - -
__init__.py File 7335 bytes May 31 2024 13:51:40.
__main__.py File 67 bytes May 31 2024 13:51:40.
_uninstall.py File 780 bytes May 31 2024 13:51:40.

Reading File: //opt/alt/python35/lib64//python3.5//ensurepip/_uninstall.py

"""Basic pip uninstallation support, helper for the Windows uninstaller"""

import argparse
import ensurepip


def _main(argv=None):
    parser = argparse.ArgumentParser(prog="python -m ensurepip._uninstall")
    parser.add_argument(
        "--version",
        action="version",
        version="pip {}".format(ensurepip.version()),
        help="Show the version of pip this will attempt to uninstall.",
    )
    parser.add_argument(
        "-v", "--verbose",
        action="count",
        default=0,
        dest="verbosity",
        help=("Give more output. Option is additive, and can be used up to 3 "
              "times."),
    )

    args = parser.parse_args(argv)

    ensurepip._uninstall_helper(verbosity=args.verbosity)


if __name__ == "__main__":
    _main()

SILENT KILLER Tool