Server IP : 192.158.238.246 / Your IP : 18.227.111.102 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/imunify360/venv/lib/python3.11/site-packages/babel/messages/__pycache__/ |
Upload File : |
� �� h3W � �^ � 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.5.2/opt/imunify360/venv/lib/python3.11/site-packages/babel/messages/pofile.py�replace_escapesz!unescape.<locals>.replace_escapes'