o
    ¹i…  ã                   @   s>   d Z ddlmZmZ ddlmZ G dd„ deƒZdefgZdS )z/HTTP handler to shut down the notebook server.
é    )ÚwebÚioloop)ÚIPythonHandlerc                   @   s   e Zd Zejdd„ ƒZdS )ÚShutdownHandlerc                 C   s   | j  d¡ tj ¡  ¡  d S )Nz'Shutting down on /api/shutdown request.)ÚlogÚinfor   ÚIOLoopÚcurrentÚstop)Úself© r   úU/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/notebook/services/shutdown.pyÚpost   s   zShutdownHandler.postN)Ú__name__Ú
__module__Ú__qualname__r   Úauthenticatedr   r   r   r   r   r      s    r   z/api/shutdownN)Ú__doc__Útornador   r   Únotebook.base.handlersr   r   Údefault_handlersr   r   r   r   Ú<module>   s    ÿ