File: //usr/lib/python3.9/site-packages/ipalib/__pycache__/misc.cpython-39.pyc
a
}�f�
� @ sn d dl Z d dlmZmZmZ d dlmZmZ d dlmZ d dl m
Z
e
� ZG dd� de�ZG dd � d e�Z
dS )
� N)�
LocalOrRemote�_�ngettext)�Output�summary)�Flag)�Registryc @ s� e Zd Zed�Zed�ZdZeje dded�dddgd d
�f Ze
deed�d
�e
deed�dgd�e
deed�dgd�e
fZdd� Zddd�ZdS )�envzShow environment variables.z%(count)d variables)z
variables*�all�Jretrieve and print all attributes from the server. Affects command output.�webui� no_option� no_outputT�Zcli_name�docZexclude�flags�default�resultz)Dictionary mapping variable name to value��typer �totalz(Total number of variables env (>= count)Z
no_display)r r r �countz'Number of variables returned (<= total)c C sh t � }|D ]X}d|v rNt�|�dd�d �}| jD ]}|�|�r2|�|� q2q
|| jv r
|�|� q
|S )N�*z.*�$)�set�re�compile�replacer �match�add)�self� variables�keys�query�pat�key� r&