get_show_func_wrapper_trace_mode#

ivy.get_show_func_wrapper_trace_mode()[source]#

Get the current state of whether to show the full stack trace with function wrapping traces. Default is True (function wrapping traces are shown)

Examples

>>> ivy.get_show_func_wrapper_trace_mode()
True
>>> ivy.set_show_func_wrapper_trace_mode(False)
>>> ivy.get_show_func_wrapper_trace_mode()
False
Return type:

bool