Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
docutils
/
parsers
/
rst
/
languages
/
__pycache__
[ HOME ]
Exec
Submit
File Name : __init__.cpython-311.pyc
� ��gh� � �J � d Z dZddlmZ G d� de� � Z e� � ZdS )zT This package contains modules for language-dependent features of reStructuredText. �reStructuredText� )�LanguageImporterc �$ � e Zd ZdZdZdZdZd� ZdS )�RstLanguageImportera9 Import language modules. When called with a BCP 47 language tag, instances return a module with localisations for "directive" and "role" names for from `docutils.parsers.rst.languages` or the PYTHONPATH. If there is no matching module, warn (if a `reporter` is passed) and return None. )zdocutils.parsers.rst.languages.� z-rST localisation for language "%s" not found.Nc �| � t |j t � � rt |j t � � st �dS )z'Check if we got an rST language module.N)� isinstance� directives�dict�roles�ImportError)�self�modules ��/builddir/build/BUILD/imunify360-venv-2.6.0/opt/imunify360/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/__init__.py� check_contentz!RstLanguageImporter.check_content! s; � ��6�,�d�3�3� ��v�|�T�2�2� ��� � � )�__name__� __module__�__qualname__�__doc__�packages�warn_msg�fallbackr � r r r r s>