| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j � @ sJ d Z ddlZddlZdd� ZdZG dd� dej�Zedkr#e�� dS dS ) z� Python character mapping codec test
This uses the test codec in testcodec.py and thus also tests the
encodings package lookup scheme.
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright 2000 Guido van Rossum.
� Nc C s$ | dkrddl m} t|�� �S d S )N� testcodecr )r )�testr �tuple�getregentry)�encodingr � r �-/usr/lib/python3.10/test/test_charmapcodec.py�codec_search_function s r r c @ s4 e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� ZdS )�CharmapCodecTestc C s t �t� | �t jt� d S )N)�codecs�registerr �
addCleanup�
unregister��selfr r r �setUp s
zCharmapCodecTest.setUpc C s^ | � tdt�d� | � tdt�d� | � tdt�d� | � tdt�d� | � td t�d
� d S )N� abc�abcs xdef�abcdefs defx�defabcs dxf�dabcfs dxfx�dabcfabc��assertEqual�str� codecnamer r r r �test_constructorx �
z"CharmapCodecTest.test_constructorxc C s^ | � d�t�d� | � d�t�d� | � d�t�d� | � d�t�d� | � d �t�d
� d S )Nr r �xdefs abcdef�defxs defabc�dxfs dabcf�dxfxs dabcfabc)r �encoder r r r r �test_encodex'