MCPcopy Index your code
hub / github.com/python/cpython / pm

Function pm

Lib/pdb.py:3543–3545  ·  view source on GitHub ↗

Enter post-mortem debugging of the traceback found in sys.last_exc.

()

Source from the content-addressed store, hash-verified

3541
3542
3543def 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

Callers

nothing calls this directly

Calls 1

post_mortemFunction · 0.85

Tested by

no test coverage detected