MCPcopy Index your code
hub / github.com/RustPython/RustPython / pm

Function pm

Lib/pdb.py:1639–1640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1637 p.interaction(None, t)
1638
1639def pm():
1640 post_mortem(sys.last_traceback)
1641
1642
1643# Main program for testing

Callers

nothing calls this directly

Calls 1

post_mortemFunction · 0.85

Tested by

no test coverage detected