AlkantarClanX12
Current Path : /opt/alt/python312/lib64/python3.12/__pycache__/ |
Current File : //opt/alt/python312/lib64/python3.12/__pycache__/gettext.cpython-312.opt-2.pyc |
� �Q�fHS � � � d dl Z d dlZd dlZd dlZg d�Zej j ej dd� Z ej dej ej z � Zd� Z d� ZdZ eed � D � ��ci c] \ } }|D ] }|| �� � c}}} Zd ddd �Zd%d�Zd� Zd� Zd� Z G d� d� Z G d� de� Zd&d�Zi Z d'd�Zd(dd�d�Zi adad(d�Zd(d�Zd� Z d� Z!d� Z"d � Z#d!� Z$d"� Z%d#� Z&d$� Z'eZ(yc c}}} w ))� N)�NullTranslations�GNUTranslations�Catalog�bindtextdomain�find�translation�install� textdomain�dgettext� dngettext�gettext�ngettext�pgettext� dpgettext� npgettext� dnpgettext�share�localea� (?P<WHITESPACES>[ \t]+) | # spaces and horizontal tabs (?P<NUMBER>[0-9]+\b) | # decimal integer (?P<NAME>n\b) | # only n is allowed (?P<PARENTHESIS>[()]) | (?P<OPERATOR>[-*/%+?:]|[><!]=?|==|&&|\|\|) | # !, *, /, %, +, -, <, >, # <=, >=, ==, !=, &&, ||, # ? : # unary and bitwise ops # not allowed (?P<INVALID>\w+|.) # invalid token c # �� K � t j t | � D ]<