3
ôÁgâ  ã               @   s$   d Z dddddgZG dd„ dƒZdS )	zº
For types associated with installation schemes.

For a general overview of available schemes and their context, see
https://docs.python.org/3/install/index.html#alternate-installation.
ÚplatlibÚpurelibÚheadersÚscriptsÚdatac               @   s,   e Zd ZdZeZeeeeeddœdd„ZdS )ÚSchemeztA Scheme holds paths which are used as the base directories for
    artifacts associated with a Python package.
    N)r   r   r   r   r   Úreturnc             C   s"   || _ || _|| _|| _|| _d S )N)r   r   r   r   r   )Úselfr   r   r   r   r   © r	   úY/var/www/tester-filtro-web/env/lib/python3.6/site-packages/pip/_internal/models/scheme.pyÚ__init__   s
    zScheme.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚSCHEME_KEYSÚ	__slots__Ústrr   r	   r	   r	   r
   r      s   r   N)r   r   r   r	   r	   r	   r
   Ú<module>   s   