Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > pip > > _internal > cli >
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 132 bytes | November 13 2023 21:11:11. | |
__init__.pyc | File | 318 bytes | November 13 2023 21:11:11. | |
autocompletion.py | File | 6547 bytes | November 13 2023 21:11:11. | |
autocompletion.pyc | File | 5877 bytes | November 13 2023 21:11:11. | |
base_command.py | File | 9302 bytes | November 13 2023 21:11:11. | |
base_command.pyc | File | 8622 bytes | November 13 2023 21:11:11. | |
cmdoptions.py | File | 28782 bytes | November 13 2023 21:11:11. | |
cmdoptions.pyc | File | 27450 bytes | November 13 2023 21:11:11. | |
command_context.py | File | 975 bytes | November 13 2023 21:11:11. | |
command_context.pyc | File | 1991 bytes | November 13 2023 21:11:11. | |
main.py | File | 2616 bytes | November 13 2023 21:11:11. | |
main.pyc | File | 1886 bytes | November 13 2023 21:11:11. | |
main_parser.py | File | 2843 bytes | November 13 2023 21:11:11. | |
main_parser.pyc | File | 2882 bytes | November 13 2023 21:11:11. | |
parser.py | File | 9480 bytes | November 13 2023 21:11:11. | |
parser.pyc | File | 12177 bytes | November 13 2023 21:11:11. | |
progress_bars.py | File | 9121 bytes | November 13 2023 21:11:11. | |
progress_bars.pyc | File | 12028 bytes | November 13 2023 21:11:11. | |
req_command.py | File | 15132 bytes | November 13 2023 21:11:11. | |
req_command.pyc | File | 13357 bytes | November 13 2023 21:11:11. | |
spinners.py | File | 5509 bytes | November 13 2023 21:11:11. | |
spinners.pyc | File | 7659 bytes | November 13 2023 21:11:11. | |
status_codes.py | File | 156 bytes | November 13 2023 21:11:11. | |
status_codes.pyc | File | 482 bytes | November 13 2023 21:11:11. |
� �Rec @ s� d Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l m Z m Z d d l m Z d d l m Z m Z d d l m Z e r� d d l m Z m Z n d d g Z d � Z d � Z d S( s= A single place for constructing and exposing the main parser i����N( t cmdoptions( t ConfigOptionParsert UpdatingDefaultsHelpFormatter( t commands_dictt get_similar_commands( t CommandError( t get_pip_versiont get_prog( t MYPY_CHECK_RUNNING( t Tuplet Listt create_main_parsert parse_commandc C s� i d d 6t d 6t � d 6d d 6t � d 6} t | � } | j � t � | _ t j t j | � } | j | � t | _ d g g t j � D] \ } } d j t � � ^ q� } d j | � | _ | S( s6 Creates and returns the main parser for pip's CLI s %prog <command> [options]t usaget add_help_optiont formattert globalt namet progt s {name:27} {command_info.summary}s ( t FalseR R R t disable_interspersed_argsR t versionR t make_option_groupt general_groupt add_option_groupt Truet mainR t itemst formatt localst joint description( t parser_kwt parsert gen_optsR t command_infoR ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/cli/main_parser.pyR s"