
    kh                         d dl mZ ddefdZy)    _get_cpp_backtracereturnc                     t        | |      S )z
    Return 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   )frames_to_skipmaximum_number_of_framess     U/var/www/teggl/fontify/venv/lib/python3.12/site-packages/torch/utils/cpp_backtrace.pyget_cpp_backtracer
      s     n.FGG    N)r   @   )torch._Cr   strr
    r   r	   <module>r      s    'H Hr   