o
    øÇ[hr  ã                   @   s8   d dl Z d dlmZ d dlmZ d dlmZ dd„ ZdS )é    N)Úget_running_loop©Úwraps)ÚSynchronousOnlyOperationc                    s(   ‡ fdd„}t ˆ ƒrˆ }d‰ ||ƒS |S )z•
    Decorator to mark functions as async-unsafe. Someone trying to access
    the function while in an async context will get an error message.
    c                    s   t ˆ ƒ‡ ‡fdd„ƒ}|S )Nc                     s@   zt ƒ  W n	 ty   Y nw tj d¡stˆƒ‚ˆ | i |¤ŽS )NZDJANGO_ALLOW_ASYNC_UNSAFE)r   ÚRuntimeErrorÚosÚenvironÚgetr   )ÚargsÚkwargs)ÚfuncÚmessage© ú{/home/ubuntu/experiments/live_experiments/Pythonexperiments/Otree/venv/lib/python3.10/site-packages/django/utils/asyncio.pyÚinner   s   
ÿz.async_unsafe.<locals>.decorator.<locals>.innerr   )r   r   ©r   )r   r   Ú	decorator   s   zasync_unsafe.<locals>.decoratorzKYou cannot call this from an async context - use a thread or sync_to_async.)Úcallable)r   r   r   r   r   r   Úasync_unsafe   s   ÿr   )r   Úasyncior   Ú	functoolsr   Zdjango.core.exceptionsr   r   r   r   r   r   Ú<module>   s
    