(end_functions=["<module>"], stack_index=0)
| 289 | return stack_frames_to_dict(reversed(filtered_frames)) |
| 290 | |
| 291 | def stack(end_functions=["<module>"], stack_index=0): |
| 292 | return stack_slice([], end_functions, stack_index+2) |
| 293 | |
| 294 | def stack_exception(exception, stack_index=0): |
| 295 | """ Get the call stack at the point 'exception' was thrown. """ |
no test coverage detected