
    Mh                     >    d Z ddlmZ ddlmZ  G d de          ZdS )z
Contains debug writer.
    )pprint   )
WriterBasec                       e Zd ZdZddZdS )DebugWriterzConsumes output from nbconvert export...() methods and writes useful
    debugging information to the stdout.  The information includes a list of
    resources that were extracted from the notebook(s) during export.notebookc                     t          |d         t                    r:t          d|z             t          d           t          |d         dd           nt          d|z             t          d           d	S )
zO
        Consume and write Jinja output.

        See base for more...
        outputszoutputs extracted from %szP--------------------------------------------------------------------------------   F   )indentwidthzno outputs extracted from %szP================================================================================N)
isinstancedictprintr   )selfoutput	resourcesnotebook_namekws        W/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/nbconvert/writers/debug.pywritezDebugWriter.write    s{     i	*D11 	B-=>>>(OOO9Y'<<<<<0=@AAAh    N)r   )__name__
__module____qualname____doc__r    r   r   r   r      s4        I I     r   r   N)r   r   baser   r   r   r   r   <module>r       si                (    *     r   