ID EN
Logging

formatStack

Python 3.11

Formats the specified stack information (a string as returned by traceback.print_stack(), but with the last newline removed) as a string. This default implementation just returns the input value.

Syntax

PYTHON
formatStack(stack_info)

See Also

traceback.print_stack()