| Server IP : 94.16.115.136 / Your IP : 216.73.217.106 Web Server : Apache/2.4.52 (Ubuntu) System : Linux rogerrabbit 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : bkillingseder ( 1001) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/core22/current/lib/python3.10/encodings/__pycache__/ |
Upload File : |
o
`�wi � @ sv d Z ddlZG dd� dej�ZG dd� dej�ZG dd� dej�ZG d d
� d
eej�ZG dd� deej�Zd
d� 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 @ s e Zd Zddd�Zddd�ZdS )�Codec�strictc C � t d���Nzundefined encoding��UnicodeError��self�input�errors� r �*/usr/lib/python3.10/encodings/undefined.py�encode � zCodec.encodec C r r r r r r r
�decode r zCodec.decodeN)r )�__name__�
__module__�__qualname__r r r r r r
r s
r c @ � e Zd Zddd�ZdS )�IncrementalEncoderFc C r r r �r r
�finalr r r
r r zIncrementalEncoder.encodeN�F)r r r r r r r r
r � r c @ r )�IncrementalDecoderFc C r r r r r r r
r r zIncrementalDecoder.decodeNr )r r r r r r r r
r r r c @ � e Zd ZdS )�StreamWriterN�r r r r r r r
r � r c @ r )�StreamReaderNr r r r r
r # r r c C s t jdt� jt� jttttd�S )N� undefined)�namer r �incrementalencoder�incrementaldecoder�streamwriter�streamreader) �codecs� CodecInfor r r r r r r r r r r
�getregentry( s �r( )�__doc__r&