print_inspect_stack#
- pybear.utilities.print_inspect_stack(inspect_stack)#
Print a module’s stack hierarchy to screen.
Pass inspect.stack (not inspect.stack()) to this in body of a function or module to print its stack hierarchy to screen.
- Parameters:
- inspect_stack:
inspect.stack from the calling function / module.
- Returns:
- None
See also
inspect.stack