o
    rMf¶  ã                   @   s   d Z G dd„ deƒZdS )z,
Represents an SQS Attribute Name/Value set
c                   @   s$   e Zd Zdd„ Zdd„ Zdd„ ZdS )Ú
Attributesc                 C   s   || _ d | _d | _d S ©N)ÚparentÚcurrent_keyÚcurrent_value)Úselfr   © r   úU/var/www/html/analyze/labelStudio/lib/python3.10/site-packages/boto/sqs/attributes.pyÚ__init__   s   
zAttributes.__init__c                 C   s   d S r   r   )r   ÚnameÚattrsÚ
connectionr   r   r   ÚstartElement!   s   zAttributes.startElementc                 C   sL   |dkr| j | | j< d S |dkr|| _d S |dkr|| _ d S t| ||ƒ d S )NÚ	AttributeÚNameÚValue)r   r   Úsetattr)r   r
   Úvaluer   r   r   r   Ú
endElement$   s   

zAttributes.endElementN)Ú__name__Ú
__module__Ú__qualname__r	   r   r   r   r   r   r   r      s    r   N)Ú__doc__Údictr   r   r   r   r   Ú<module>   s   