HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/python33/lib/python3.3/site-packages/pip/commands/__pycache__/completion.cpython-33.pyc
�
��Re.c@sPddlZddlmZdZidd6dd6ZGdd	�d	e�ZdS(
iN(uCommanduJ
# pip %(shell)s completion start%(script)s# pip %(shell)s completion end
u�
_pip_completion()
{
    COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
                   COMP_CWORD=$COMP_CWORD \
                   PIP_AUTO_COMPLETE=1 $1 ) )
}
complete -o default -F _pip_completion pip
ubashu�
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
uzshcsJ|EeZdZdZdZdZdZ�fdd�Zdd�Z	�S(	uCompletionCommandu3A helper command to be used for command completion.u
completionu2A helper command to be used for command completioncsstt|�j||�|jjddddddddd	d
�|jjdddddd
ddd	d�dS(Nu--bashu-buactionustore_constuconstubashudestushelluhelpuEmit completion code for bashu--zshu-zuzshuEmit completion code for zsh(usuperuCompletionCommandu__init__uparseru
add_option(uselfuargsukw(u	__class__(u0/tmp/pip-68u76p-build/pip/commands/completion.pyu__init__$s				uCompletionCommand.__init__cCs�tj�}dd�t|�D�}|j|krktj|jd�}tti|d6|jd6�ntjj	ddj
|��dS(	u-Prints the completion code of the given shellcSsg|]}d|�qS(u--((u.0ushell((u0/tmp/pip-68u76p-build/pip/commands/completion.pyu
<listcomp>6s	u)CompletionCommand.run.<locals>.<listcomp>uuscriptushelluERROR: You must pass %s
u or N(uCOMPLETION_SCRIPTSukeysusortedushellugetuprintuBASE_COMPLETIONusysustderruwriteujoin(uselfuoptionsuargsushellsu
shell_optionsuscript((u0/tmp/pip-68u76p-build/pip/commands/completion.pyurun3s"uCompletionCommand.runT(
u__name__u
__module__u__qualname__u__doc__unameusummaryuTrueuhiddenu__init__urun(u
__locals__((u	__class__u0/tmp/pip-68u76p-build/pip/commands/completion.pyuCompletionCommandsuCompletionCommand(usysupip.basecommanduCommanduBASE_COMPLETIONuCOMPLETION_SCRIPTSuCompletionCommand(((u0/tmp/pip-68u76p-build/pip/commands/completion.pyu<module>s