o
    <i                     @   s   	 dZG dd deZ	dS )F    )AnyDictOptionalListUnionr   Iterator_yaml_anchorc                   @   s$   e Zd ZdZeZdd Zdd ZdS )Anchorvaluealways_dumpc                 C   s   d | _ d| _d S )NFr
   )self r   U/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/strictyaml/ruamel/anchor.py__init__   s   
zAnchor.__init__c                 C   s   | j rdnd}d| j|S )Nz, (always dump) zAnchor({!r}{}))r   formatr   )r   adr   r   r   __repr__   s   zAnchor.__repr__N)__name__
__module____qualname__	__slots__anchor_attribattribr   r   r   r   r   r   r	      s
    r	   N)
typingr   r   r   r   r   r   r   objectr	   r   r   r   r   <module>   s    