Enter post-mortem debugging of the traceback found in sys.last_exc.
()
| 3541 | |
| 3542 | |
| 3543 | def pm(): |
| 3544 | """Enter post-mortem debugging of the traceback found in sys.last_exc.""" |
| 3545 | post_mortem(sys.last_exc) |
| 3546 | |
| 3547 | |
| 3548 | # Main program for testing |
nothing calls this directly
no test coverage detected