
    5iV                     F    d dl mZmZmZmZ d dlmZmZ d dlm	Z	 ddZ
d Zy)    )print_functionunicode_literalsdivisionabsolute_importget_auth_server_nameDXHTTPRequestsystem_whoamiNc                 <    t        | |      }t        |dz   i d      S )zReturns the result of the user_info call against the specified auth
    server.

    .. deprecated:: 0.108.0
       Use :func:`whoami` instead where possible.

    z/system/getUserInfoF)prepend_srvr   )authserver_hostauthserver_port
authservers      t/home/marpiech/ifpan-abm-pgxpred/analysis/marpiech-gwas-test/venv/lib/python3.12/site-packages/dxpy/bindings/auth.py	user_infor      s%     &oGJ&;;RUSS    c                      t               d   S )z?
    Returns the user ID of the currently requesting user.
    idr
    r   r   whoamir   "   s     ?4  r   )NN)
__future__r   r   r   r   dxpyr   r	   dxpy.apir   r   r   r   r   r   <module>r      s   " S R 4 "	T!r   