
    fS                    (    d Z ddlmZ  G d d      Zy).Sentinel class for constants with useful reprs    )annotationsc                      e Zd ZdZddZd Zy)Sentinelr   Nc                4    || _         || _        |r|| _        yy)zInitialize the sentinel.N)namemodule__doc__)selfr   r	   	docstrings       L/var/www/cvtools/html/venv/lib/python3.12/site-packages/nbformat/sentinel.py__init__zSentinel.__init__   s    	$DL     c                L    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%2r   r   N)r
   
__future__r   r   r   r   r   <module>r      s    4 #2 2r   