ó †2{Yc@sPddlZddlmZdZidd6dd6Zdefd „ƒYZdS( i˙˙˙˙N(tCommandsJ # 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 tbashsń 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 tzshtCompletionCommandcBs2eZdZdZdZeZd„Zd„ZRS(s3A helper command to be used for command completion.t completions2A helper command to be used for command completionc Osstt|ƒj||Ž|jjddddddddd d ƒ|jjd d dddd ddd dƒdS(Ns--bashs-btactiont store_consttconstRtdesttshellthelpsEmit completion code for bashs--zshs-zRsEmit completion code for zsh(tsuperRt__init__tparsert add_option(tselftargstkw((sH/opt/alt/python33/lib/python3.3/site-packages/pip/commands/completion.pyR $s    cCs‘tjƒ}gt|ƒD]}d|^q}|j|krptj|jdƒ}ti|d6|jd6GHntjjddj |ƒƒdS(s-Prints the completion code of the given shells--ttscriptR sERROR: You must pass %s s or N( tCOMPLETION_SCRIPTStkeystsortedR tgettBASE_COMPLETIONtsyststderrtwritetjoin(RtoptionsRtshellsR t shell_optionsR((sH/opt/alt/python33/lib/python3.3/site-packages/pip/commands/completion.pytrun3s  #( t__name__t __module__t__doc__tnametsummarytTruethiddenR R (((sH/opt/alt/python33/lib/python3.3/site-packages/pip/commands/completion.pyRs  (Rtpip.basecommandRRRR(((sH/opt/alt/python33/lib/python3.3/site-packages/pip/commands/completion.pyts