관리-도구
편집 파일: __init__.cpython-311.pyc
� P�Dg� � �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.4.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>