U
    Ëúg<  ã                   @   s   d dl Z G dd„ dƒZdS )é    Nc                   @   s8   e Zd Zddd„Zedd„ ƒZdd„ Zedœd	d
„ZdS )Ú	ScriptKeyNc                 C   s   |p
t  ¡ | _d S ©N)ÚuuidZuuid4Ú_id)ÚselfÚid© r   úH/tmp/pip-unpacked-wheel-3ysq0mf8/selenium/webdriver/remote/script_key.pyÚ__init__   s    zScriptKey.__init__c                 C   s   | j S r   ©r   ©r   r   r   r	   r      s    zScriptKey.idc                 C   s
   | j |kS r   r   )r   Úotherr   r   r	   Ú__eq__   s    zScriptKey.__eq__)Úreturnc                 C   s   d| j › dS )NzScriptKey(id=ú))r   r   r   r   r	   Ú__repr__    s    zScriptKey.__repr__)N)	Ú__name__Ú
__module__Ú__qualname__r
   Úpropertyr   r   Ústrr   r   r   r   r	   r      s
   

r   )r   r   r   r   r   r	   Ú<module>   s   