o
    
j6h                     @   sZ   d dl mZ d dlmZ d dlmZmZ g dZeeZdee	 dee	e	f fddZ
d	S )
    )DistutilsArgError)FancyGetopt)DictList))zexec-prefix=N )zhome=Nr   )zinstall-base=Nr   )zinstall-data=Nr   )zinstall-headers=Nr   )zinstall-lib=Nr   )zinstall-platlib=Nr   )zinstall-purelib=Nr   )zinstall-scripts=Nr   )zprefix=Nr   )zroot=Nr   )userNr   argsreturnc              	   C   sH   i }| D ]}zt j|gd\}}W n	 ty   Y qw ||j q|S )z~Parse provided arguments, returning an object that has the
    matched arguments.

    Any unknown arguments are ignored.
    )r   )_distutils_getoptgetoptr   update__dict__)r   resultarg_match r   q/var/www/html/chefvision.cloud.itp360.com/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.pyparse_distutils_args   s   r   N)distutils.errorsr   distutils.fancy_getoptr   typingr   r   _optionsr
   strr   r   r   r   r   <module>   s    "