MCPcopy Index your code
hub / github.com/gotcha/ipdb / spost_mortem

Function spost_mortem

ipdb/stdout.py:21–23  ·  view source on GitHub ↗
(tb=None)

Source from the content-addressed store, hash-verified

19
20
21def spost_mortem(tb=None):
22 update_stdout()
23 post_mortem(tb)
24
25
26def spm():

Callers 2

spmFunction · 0.85

Calls 2

update_stdoutFunction · 0.85
post_mortemFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…