U
    kufS  ã                   @  s"   d Z ddlmZ G dd„ dƒZdS )ú.Sentinel class for constants with useful reprsé    )Úannotationsc                   @  s"   e Zd ZdZddd„Zdd„ ZdS )ÚSentinelr   Nc                 C  s   || _ || _|r|| _dS )zInitialize the sentinel.N)ÚnameÚmoduleÚ__doc__)Úselfr   r   Z	docstring© r	   ú5/tmp/pip-unpacked-wheel-zj9qk9v2/nbformat/sentinel.pyÚ__init__   s    zSentinel.__init__c                 C  s   t | jƒd | j S )z!The string repr for the sentinel.Ú.)Ústrr   r   )r   r	   r	   r
   Ú__repr__   s    zSentinel.__repr__)N)Ú__name__Ú
__module__Ú__qualname__r   r   r   r	   r	   r	   r
   r      s   
r   N)r   Ú
__future__r   r   r	   r	   r	   r
   Ú<module>   s   