| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/docutils/parsers/rst/languages/__pycache__/ |
Upload File : |
�
M=&b� � �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 �I/usr/lib/python3/dist-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>