관리-도구
편집 파일: pofile.cpython-311.pyc
� Q�Dg3W � �^ � d Z ddlmZ ddlZddlZddlmZ ddlmZ ddl m Z ddlmZm Z ddlmZmZ erdd lmZmZ dd lmZ ddlmZ d=d�Zd=d�Z G d� de� � Z G d� d� � Z G d� d� � Z d>d?d#�Z ej d$� � Zd=d%�Z d@dAd+�Z! dBdCd6�Z"dDd<�Z#dS )Ez� babel.messages.pofile ~~~~~~~~~~~~~~~~~~~~~ Reading and writing of files in the ``gettext`` PO (portable object) format. :copyright: (c) 2013-2023 by the Babel Team. :license: BSD, see LICENSE for more details. � )�annotationsN)�Iterable)� TYPE_CHECKING)�Locale)�Catalog�Message)�_cmp�wraptext)�IO�AnyStr)� SupportsWrite)�Literal�string�str�returnc �h � d� }t j d� � � || dd� � � S )z�Reverse `escape` the given string. >>> print(unescape('"Say:\\n \\"hello, world!\\"\\n"')) Say: "hello, world!" <BLANKLINE> :param string: the string to unescape c �` � | � d� � }|dk rdS |dk rdS |dk rdS |S )N� �n� �t� �r� )�group)�match�ms �u/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib/python3.11/site-packages/babel/messages/pofile.py�replace_escapesz!unescape.<locals>.replace_escapes'