Skip to main content

StackFrame type

StackFrame.func_name

StackFrame.func_name: str

Returns the name of the entry on the call-stack.


StackFrame.module_path

StackFrame.module_path: None | str

Returns a path of the module from which the entry was called, or [None] for native Rust functions.