Server : Apache System : Linux cs317.bluehost.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : andertr9 ( 1047) PHP Version : 8.2.18 Disable Function : NONE Directory : /usr/lib/python2.7/site-packages/pip/commands/ |
Upload File : |
� r2Wc @@ s` d d l m Z d d l Z d d l m Z d Z i d d 6d d 6Z d e f d � � YZ d S( i ( t absolute_importN( t CommandsJ # pip %(shell)s completion start%(script)s# pip %(shell)s completion end s� _pip_completion() { COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \ COMP_CWORD=$COMP_CWORD \ PIP_AUTO_COMPLETE=1 $1 ) ) } complete -o default -F _pip_completion pip t bashs� function _pip_completion { local words cword read -Ac words read -cn cword reply=( $( COMP_WORDS="$words[*]" \ COMP_CWORD=$(( cword-1 )) \ PIP_AUTO_COMPLETE=1 $words[1] ) ) } compctl -K _pip_completion pip t zsht CompletionCommandc B@ s, e Z d Z d Z d Z d � Z d � Z RS( s3 A helper command to be used for command completion.t completions, A helper command used for command completionc O@ s� t t | � j | | � | j } | j d d d d d d d d d d �| j d d d d d d d d d d �| j j d | � d S( Ns --bashs -bt actiont store_constt constR t destt shellt helps Emit completion code for bashs --zshs -zR s Emit completion code for zshi ( t superR t __init__t cmd_optst add_optiont parsert insert_option_group( t selft argst kwR ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyR % s c C@ s� t j � } g t | � D] } d | ^ q } | j | k rp t j | j d � } t i | d 6| j d 6GHn t j j d d j | � � d S( s- Prints the completion code of the given shells --t t scriptR s ERROR: You must pass %s s or N( t COMPLETION_SCRIPTSt keyst sortedR t gett BASE_COMPLETIONt syst stderrt writet join( R t optionsR t shellsR t shell_optionsR ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyt run9 s # ( t __name__t __module__t __doc__t namet summaryR R# ( ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyR s ( t __future__R R t pip.basecommandR R R R ( ( ( s; /usr/lib/python2.7/site-packages/pip/commands/completion.pyt <module> s