§
    €-PhG  ã                   óD   — d Z ddlmZmZmZ  G d„ dej        ¦  «        ZdS )z#Reader for existing document trees.é    )ÚreadersÚutilsÚ
transformsc                   ó$   — e Zd ZdZdZdZdZd„ ZdS )ÚReadera  
    Adapt the Reader API for an existing document tree.

    The existing document tree must be passed as the ``source`` parameter to
    the `docutils.core.Publisher` initializer, wrapped in a
    `docutils.io.DocTreeInput` object::

        pub = docutils.core.Publisher(
            ..., source=docutils.io.DocTreeInput(document), ...)

    The original document settings are overridden; if you want to use the
    settings of the original document, pass ``settings=document.settings`` to
    the Publisher call above.
    )Údoctreezdoctree reader)r   c                 ó
  — | j         | _        t          j        | j        ¦  «        | j        _        | j        | j        _        t          j        | j                             dd¦  «        | j        j        ¦  «        | j        _	        dS )zp
        No parsing to do; refurbish the document tree instead.
        Overrides the inherited method.
        ÚsourceÚ N)
ÚinputÚdocumentr   ÚTransformerÚtransformerÚsettingsr   Únew_reporterÚgetÚreporter)Úselfs    úX/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/docutils/readers/doctree.pyÚparsezReader.parse    so   € ð
 œ
ˆŒõ %/Ô$:¸4¼=Ñ$IÔ$IˆŒÔ!à!%¤ˆŒÔõ "'Ô!3ØŒM×Ò˜h¨Ñ+Ô+¨T¬]Ô-Cñ"Eô "EˆŒÔÐÐó    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	supportedÚconfig_sectionÚconfig_section_dependenciesr   © r   r   r   r   
   sD   € € € € € ðð ð €Ià%€NØ".ÐðEð Eð Eð Eð Er   r   N)r   Údocutilsr   r   r   ÚReReaderr   r   r   r   ú<module>r"      sl   ðð
 *Ð )à /Ð /Ð /Ð /Ð /Ð /Ð /Ð /Ð /Ð /ð$Eð $Eð $Eð $Eð $EˆWÔñ $Eô $Eð $Eð $Eð $Er   