Home
last modified time | relevance | path

Searched refs:post_mortem (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
Dpdb.py1255 def post_mortem(t=None): function
1270 post_mortem(sys.last_traceback)
Ddoctest.py2673 pdb.post_mortem(sys.exc_info()[2])
/external/python/cpython3/Lib/
Dpdb.py1617 def post_mortem(t=None): function
1632 post_mortem(sys.last_traceback)
/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst474 pdb.post_mortem()'s parameter, "traceback", is now optional: it defaults to
/external/python/cpython2/Doc/library/
Dpdb.rst121 .. function:: post_mortem([traceback])
Ddoctest.rst1752 it does, then post-mortem debugging is invoked, via :func:`pdb.post_mortem`,
/external/python/cpython3/Doc/library/
Dpdb.rst142 .. function:: post_mortem(traceback=None)
Ddoctest.rst1692 it does, then post-mortem debugging is invoked, via :func:`pdb.post_mortem`,
/external/python/cpython2/Misc/
Dcheatsheet2171 post_mortem(t)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2212 * The :func:`pdb.post_mortem` function, used to begin debugging a
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2216 * The :func:`pdb.post_mortem` function, used to begin debugging a