Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
contego / home / tvault / .virtenv / lib / python2.7 / site-packages / pip / commands / completion.pyc
Size: Mime:
ó
•èRc@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 completioncOsstt|ƒj||Ž|jjddddddddd	d
ƒ|jjdddddd
ddd	dƒdS(Ns--bashs-btactiontstore_consttconstRtdesttshellthelpsEmit completion code for bashs--zshs-zRsEmit completion code for zsh(tsuperRt__init__tparsert
add_option(tselftargstkw((sL/home/tvault/.virtenv/lib/python2.7/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((sL/home/tvault/.virtenv/lib/python2.7/site-packages/pip/commands/completion.pytrun3s#(	t__name__t
__module__t__doc__tnametsummarytTruethiddenRR (((sL/home/tvault/.virtenv/lib/python2.7/site-packages/pip/commands/completion.pyRs	(Rtpip.basecommandRRRR(((sL/home/tvault/.virtenv/lib/python2.7/site-packages/pip/commands/completion.pyt<module>s