
    oi-                     .    d Z ddlmZmZ  G d de      Zy)A thread for a control channel.   )CONTROL_THREAD_NAME
BaseThreadc                   "     e Zd ZdZ fdZ xZS )ControlThreadr   c                 0    t        |   ddt        i| y)zInitialize the thread.nameN )super__init__r   )selfkwargs	__class__s     Y/home/ubuntu/docker-apps/notebooks/venv/lib/python3.12/site-packages/ipykernel/control.pyr   zControlThread.__init__	   s    <1<V<    )__name__
__module____qualname____doc__r   __classcell__)r   s   @r   r   r      s    )= =r   r   N)r   threadr   r   r   r
   r   r   <module>r      s    % 3=J =r   