
    MwgO                     X    d dl mZ d dlmZmZ d dlmZ  G d de      Z G d de      Zy)	    )Serialisable)StringSequence)Relationc                       e Zd ZdZ e       Z ed      Z ed      Z ed      Z e	       Z
 ed      ZdZ	 	 	 	 	 	 ddZy)	Hyperlink	hyperlinkT)
allow_none)reflocationtooltipdisplayidNc                 X    || _         || _        || _        || _        || _        || _        y N)r   r   r   r   r   target)selfr   r   r   r   r   r   s          S/var/www/horilla/myenv/lib/python3.12/site-packages/openpyxl/worksheet/hyperlink.py__init__zHyperlink.__init__   s.          )NNNNNN)__name__
__module____qualname__tagnamer   r   r   r   r   r   r   r   	__attrs__r    r   r   r   r   	   s[    G
(C&H%G%G	Bt$F?I r   r   c                   .    e Zd ZdZeZ ee      ZddZy)HyperlinkList
hyperlinks)expected_typec                     || _         y r   )r	   )r   r	   s     r   r   zHyperlinkList.__init__-   s	    "r   N)r   )	r   r   r   r   r   _HyperlinkList__expected_typer   r	   r   r   r   r   r   r   &   s    GO7I#r   r   N)	!openpyxl.descriptors.serialisabler   openpyxl.descriptorsr   r   openpyxl.descriptors.excelr   r   r   r   r   r   <module>r&      s*    : 0 :#L #r   