Mini ( depth=0, start_back_offset=0 )
Returns a miniaturized string of the stack, useful for debugging.
Args:
depth: int (optional), depth to look into stack
start_back_offset: int (optional), depth to go back before reporting the
stack, to avoid reporting the end of the stack, if it only the calling
functions are useful.
|