Ë
    …Ÿõf  ã                  ó<   — d Z ddlmZ  G d„ d«      Z G d„ d«      Zy)zNBase classes and function for readers and writers.

Authors:

* Brian Granger
é    )Úannotationsc                  ó   — e Zd ZdZd„ Zd„ Zy)ÚNotebookReaderzThe base notebook reader.c                ó   — d}t        |«      ‚)zRead a notebook from a string.ú'loads must be implemented in a subclass©ÚNotImplementedError)ÚselfÚsÚkwargsÚmsgs       úM/var/www/cvtools/html/venv/lib/python3.12/site-packages/nbformat/v1/rwbase.pyÚreadszNotebookReader.reads   ó   € à7ˆÜ! #Ó&Ð&ó    c                óD   —  | j                   |j                  «       fi |¤ŽS )z'Read a notebook from a file like object)r   Úread)r
   Úfpr   s      r   r   zNotebookReader.read!   s   € àˆtz‰z˜"Ÿ'™'›)Ñ. vÑ.Ð.r   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   © r   r   r   r      s   „ Ù#ò'ó
/r   r   c                  ó   — e Zd ZdZd„ Zd„ Zy)ÚNotebookWriterzThe base notebook writer.c                ó   — d}t        |«      ‚)zWrite a notebook to a string.r   r   )r
   Únbr   r   s       r   ÚwriteszNotebookWriter.writes)   r   r   c                óF   — |j                   | j                  |fi |¤Ž«      S )z&Write a notebook to a file like object)Úwriter   )r
   r   r   r   s       r   r    zNotebookWriter.write.   s!   € àx‰x˜˜Ÿ™ BÑ1¨&Ñ1Ó2Ð2r   N)r   r   r   r   r   r    r   r   r   r   r   &   s   „ Ù#ò'ó
3r   r   N)r   Ú
__future__r   r   r   r   r   r   ú<module>r"      s#   ðñõ* #÷
/ñ 
/÷
3ò 
3r   