U
    ~fhO                     @   sL   d dl mZ d dlmZmZ d dlmZ G dd deZG dd deZdS )	    )Serialisable)StringSequence)Relationc                   @   sR   e Zd ZdZe ZeddZeddZeddZe	 Z
eddZdZdddZdS )		Hyperlink	hyperlinkT)
allow_none)reflocationtooltipdisplayidNc                 C   s(   || _ || _|| _|| _|| _|| _d S N)r	   r
   r   r   r   target)selfr	   r
   r   r   r   r    r   @/tmp/pip-unpacked-wheel-eyn_au5k/openpyxl/worksheet/hyperlink.py__init__   s    zHyperlink.__init__)NNNNNN)__name__
__module____qualname__tagnamer   r	   r
   r   r   r   r   r   	__attrs__r   r   r   r   r   r   	   s   



      r   c                   @   s(   e Zd ZdZeZeedZdddZdS )HyperlinkListZ
hyperlinks)Zexpected_typer   c                 C   s
   || _ d S r   )r   )r   r   r   r   r   r   -   s    zHyperlinkList.__init__N)r   )	r   r   r   r   r   Z_HyperlinkList__expected_typer   r   r   r   r   r   r   r   &   s   
r   N)	Z!openpyxl.descriptors.serialisabler   Zopenpyxl.descriptorsr   r   Zopenpyxl.descriptors.excelr   r   r   r   r   r   r   <module>   s   