Ë
    '<çi–  ã                  óV   — d Z ddlmZ dZddlmZmZmZ  G d„ dej                  «      Z	y)z#Reader for existing document trees.é    )ÚannotationsÚreStructuredText)ÚreadersÚutilsÚ
transformsc                  ó$   — e Zd ZdZdZdZdZdd„Zy)Ú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                  j                  dd«      | j                  j
                  «      | j                  _	        y)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    ú~/home/jay/workspace/.worktrees/task-2057-dev2/scripts/.codegraph-venv/lib/python3.12/site-packages/docutils/readers/doctree.pyÚparsezReader.parse$   sv   € ð
 Ÿ
™
ˆŒô %/×$:Ñ$:¸4¿=¹=Ó$Iˆ‰Ô!à!%§¡ˆ‰Ôô "'×!3Ñ!3ØM‰M×Ñ˜h¨Ó+¨T¯]©]×-CÑ-Có"Eˆ‰Õó    N)ÚreturnÚNone)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	supportedÚconfig_sectionÚconfig_section_dependenciesr   © r   r   r	   r	      s   „ ñð €Ià%€NØ".ÐôEr   r	   N)
r   Ú
__future__r   Ú__docformat__Údocutilsr   r   r   ÚReReaderr	   r#   r   r   ú<module>r(      s,   ðñ
 *å "à"€ç /Ñ /ô$EˆW×Ñõ $Er   