U
    Ç9%eÉ  ã                   @   s    d dl mZ dedœdd„ZdS )é    ©Ú_get_cpp_backtraceé@   )Úreturnc                 C   s
   t | |ƒS )zþ
    Returns a string containing the C++ stack trace of the current thread.
    Args:
        frames_to_skip (int): the number of frames to skip from the top of the stack
        maximum_number_of_frames (int): the maximum number of frames to return
    r   )Zframes_to_skipZmaximum_number_of_frames© r   úX/var/www/html/Darija-Ai-API/env/lib/python3.8/site-packages/torch/utils/cpp_backtrace.pyÚget_cpp_backtrace   s    r   N)r   r   )Ztorch._Cr   Ústrr   r   r   r   r   Ú<module>   s   