
    .Ph                    6    d dl mZ d dlmZ ddlmZ d ZdgZdS )    )annotations)suppress   )convertc                    d|                                   }|                    |          rN||         }t          t                    5  d| }t	          |||          }||fcddd           S # 1 swxY w Y   dS )z
    Get the environment variable option.

    :param key: the config key requested
    :param as_type: the type we would like to convert it to
    :param env: environment variables to use
    :return:
    VIRTUALENV_zenv var N)uppergetr   	Exceptionr   )keyas_typeenvenviron_keyvaluesources         Y/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/virtualenv/config/env_var.pyget_env_varr      s     .		--K
ww{ #K i   	# 	#---FeWf55GF?	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 	# 4s   	A00A47A4r   N)
__future__r   
contextlibr   r   r   __all__     r   <module>r      sZ    " " " " " "              * r   