o
    tf                     @   s(   d dl Z d dlmZ G dd deZdS )    N)Resolverc                   @   s   e Zd Zdd Zdd ZdS )UnixResolverc                 C   s
   || _ d S N)socket_path)selfr    r   f/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/jupyter_server_proxy/unixsock.py
initialize   s   
zUnixResolver.initializec                    s   t j| jfgS r   )socketAF_UNIXr   )r   hostportargskwargsr   r   r   resolve
   s   zUnixResolver.resolveN)__name__
__module____qualname__r	   r   r   r   r   r   r      s    r   )r
   Ztornado.netutilr   r   r   r   r   r   <module>   s    