o
    º¼tfS  ã                   @  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 dS )zInitialize the sentinel.N)ÚnameÚmoduleÚ__doc__)Úselfr   r   Ú	docstring© r
   úZ/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/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    