관리-도구
편집 파일: surrogateescape.cpython-311.pyc
� �܋f� � � � d Z ddlZddlZddlmZ dZd� Zd� Zej re Z d� ZneZ e Zd� Z G d � d e� � Zd� Zd� Zd � Zd� ZdZ ed� � Z ed� � Z ej e� � j Zd� Zedk rdS dS )z� This is Victor Stinner's pure-Python implementation of PEP 383: the "surrogateescape" error handler of Python 3. Source: misc/python/surrogateescape.py in https://bitbucket.org/haypo/misc � N)�utils�surrogateescapec �H � t j r| S | � d� � S )N�unicode_escape)r �PY3�decode)�texts �m/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/future/utils/surrogateescape.py�ur s$ � ��y� -����{�{�+�,�,�,� c �H � t j r| � d� � S | S )N�latin1)r r �encode)�datas r �br s# � ��y� ��{�{�8�$�$�$��r c �"