o
    ¹i0  ã                   @   s   d Z G dd„ dƒZdS )ú.Sentinel class for constants with useful reprsc                   @   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   úL/var/www/edux/Edux_v2/venv/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   r   r   r   r   r	   Ú<module>   s    