python (3.11.7)
    e                         d Z ddlZ G d dej                  Z G d dej                  Z G d dej                  Z G d	 d
eej                  Z G d deej                  Zd
 ZdS )a5   Python 'undefined' Codec
    This codec will always raise a ValueError exception when being
    used. It is intended for use by the site.py file to switch off
    automatic string to Unicode coercion.
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
    Nc                       e Zd ZddZddZdS )Codecstrictc                      t          d          Nzundefined encodingUnicodeErrorselfinputerrorss      G/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/encodings/undefined.pyencodezCodec.encode       /000    c                      t          d          r   r   r
   s      r   decodezCodec.decode   r   r   N)r   )__name__
__module____qualname__r   r    r   r   r   r      s<