HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/docutils/__pycache__/__init__.cpython-36.pyc
3

s2�e#�@sndZddlZdZdZdZdZGd	d
�d
e�ZGdd�de�ZGd
d�d�Z	Gdd�d�Z
Gdd�de	e
�ZdS)a]
This is the Docutils (Python Documentation Utilities) package.

Package Structure
=================

Modules:

- __init__.py: Contains component base classes, exception classes, and
  Docutils version information.

- core.py: Contains the ``Publisher`` class and ``publish_*()`` convenience
  functions.

- frontend.py: Runtime settings (command-line interface, configuration files)
  processing, for Docutils front-ends.

- io.py: Provides a uniform API for low-level input and output.

- nodes.py: Docutils document tree (doctree) node class library.

- statemachine.py: A finite state machine specialized for
  regular-expression-based text filters.

Subpackages:

- languages: Language-specific mappings of terms.

- parsers: Syntax-specific input parser modules or packages.

- readers: Context-specific input handlers which understand the data
  source and manage a parser.

- transforms: Modules used by readers and writers to modify DPS
  doctrees.

- utils: Contains the ``Reporter`` system warning class and miscellaneous
  utilities used by readers, writers, and transforms.

  utils/urischemes.py: Contains a complete mapping of known URI addressing
  scheme names to descriptions.

- utils/math: Contains functions for conversion of mathematical notation
  between different formats (LaTeX, MathML, text, ...).

- writers: Format-specific output translators.
�NZreStructuredTextz0.14��finalT�c@seZdZejdkrdd�ZdS)�ApplicationError��cCsdj|j�S)Nz, )�join�args)�self�r�/usr/lib/python3.6/__init__.py�__unicode__vszApplicationError.__unicode__N)rr)�__name__�
__module__�__qualname__�sys�version_infor
rrrrrps
rc@seZdZdS)�	DataErrorN)rrrrrrrrzsrc@s(eZdZdZfZdZdZfZdZdZ	dS)�SettingsSpecz�
    Runtime setting specification base class.

    SettingsSpec subclass objects used by `docutils.frontend.OptionParser`.
    N)
rrr�__doc__Z
settings_specZsettings_defaultsZsettings_default_overridesZrelative_path_settingsZconfig_sectionZconfig_section_dependenciesrrrrr}s'rc@s eZdZdZdd�ZfZfZdS)�
TransformSpecz�
    Runtime transform specification base class.

    TransformSpec subclass objects used by `docutils.transforms.Transformer`.
    cCs,|jfkr(ddl}|jdt�t|j�SgS)z;Transforms required by this class.  Override in subclasses.rNzMdefault_transforms attribute deprecated.
Use get_transforms() method instead.)�default_transforms�warnings�warn�DeprecationWarning�list)r
rrrr�get_transforms�s

zTransformSpec.get_transformsN)rrrrrrZunknown_reference_resolversrrrrr�s
rc@s eZdZdZdZfZdd�ZdS)�	Componentz#Base class for Docutils components.NcCs
||jkS)z�
        Is `format` supported by this component?

        To be used by transforms to ask the dependent component if it supports
        a certain input context or output format.
        )�	supported)r
�formatrrr�supports�szComponent.supports)rrrrZcomponent_typerr rrrrr�sr)rrrrrT)rrZ
__docformat__�__version__Z__version_info__Z__version_details__�	Exceptionrrrrrrrrr�<module>3s
I.