modelx.stop_stacktrace#
- stop_stacktrace()[source]#
Deactivate stack tracing.
Stop tracing the call stack of formula calculations started by
start_stacktrace(). If the tracing is not active, a runtime error is raised.See also
start_stacktrace(): Activate stack tracingget_stacktrace(): Retrieve recorded stack traceclear_stacktrace(): Clear stack trace records
Added in version 0.0.25.