
    Xh                         d Z  G d d      Zy)z.Sentinel class for constants with useful reprsc                       e Zd ZddZd Zy)SentinelNc                 4    || _         || _        |r|| _        y y N)namemodule__doc__)selfr   r   	docstrings       J/var/www/html/myenv/lib/python3.12/site-packages/IPython/utils/sentinel.py__init__zSentinel.__init__   s    	$DL     c                 L    t        | j                        dz   | j                  z   S )N.)strr   r   )r	   s    r   __repr__zSentinel.__repr__   s    4;;#%		11r   r   )__name__
__module____qualname__r   r    r   r   r   r      s    %2r   r   N)r   r   r   r   r   <module>r      s    42 2r   