o
    iY                     @   sP   d Z ddlmZ ddlmZmZ ddlmZ G dd deZde efgZ	d	S )
z+Tornado handlers for the terminal emulator.    )web   )IPythonHandler
path_regex)
url_escapec                   @   s   e Zd ZdZejdd ZdS )EditorHandlerz!Render the text editor interface.c                 C   s\   | d}| j|stdd| |ddd }| | jdt|||d d d S )	N/i  zFile does not exist:    z	edit.htmlz
 (editing))	file_pathbasename
page_title)	stripcontents_managerfile_existsr   	HTTPErrorrsplitwriterender_templater   )selfpathr    r   Q/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/notebook/edit/handlers.pyget   s   

zEditorHandler.getN)__name__
__module____qualname____doc__r   authenticatedr   r   r   r   r   r   
   s    r   z/editN)
r   tornador   base.handlersr   r   utilsr   r   default_handlersr   r   r   r   <module>   s    