Class StackFrame (0.22.1)

Represents a single stack frame in a stack trace.

An un-mangled function name, if function_name is mangled <http://www.avabodh.com/cxxin/namemangling.html>__. The name can be fully-qualified (up to 1024 bytes).

The line number in file_name where the function call appears.

The binary module from where the code was loaded.