
    MhS                    0    d Z ddlmZ  G d d          ZdS ).Sentinel class for constants with useful reprs    )annotationsc                       e Zd ZdZddZd ZdS )Sentinelr   Nc                8    || _         || _        |r	|| _        dS dS )zInitialize the sentinel.N)namemodule__doc__)selfr   r	   	docstrings       Q/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/nbformat/sentinel.py__init__zSentinel.__init__   s-    	 	%$DLLL	% 	%    c                @    t          | j                  dz   | j        z   S )z!The string repr for the sentinel..)strr	   r   )r   s    r   __repr__zSentinel.__repr__   s    4;#%	11r   )N)__name__
__module____qualname__r
   r   r    r   r   r   r      s=        88% % % %2 2 2 2 2r   r   N)r
   
__future__r   r   r   r   r   <module>r      sQ    4 4 # " " " " "2 2 2 2 2 2 2 2 2 2r   