
    Ud0                         d Z  G d d      Zy).Sentinel class for constants with useful reprsc                       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       3/usr/lib/python3/dist-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   r   r   r   r   <module>r      s    42 2r   