stack_trace property

stack_trace property

Gets a string representation of the immediate frames on the call stack.

Definition:

@property
def stack_trace(self):
    ...

See Also