Searched refs:post_mortem (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/ |
D | pdb.py | 1255 def post_mortem(t=None): function 1270 post_mortem(sys.last_traceback)
|
D | doctest.py | 2673 pdb.post_mortem(sys.exc_info()[2])
|
/external/python/cpython3/Lib/ |
D | pdb.py | 1617 def post_mortem(t=None): function 1632 post_mortem(sys.last_traceback)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a2.rst | 474 pdb.post_mortem()'s parameter, "traceback", is now optional: it defaults to
|
/external/python/cpython2/Doc/library/ |
D | pdb.rst | 121 .. function:: post_mortem([traceback])
|
D | doctest.rst | 1752 it does, then post-mortem debugging is invoked, via :func:`pdb.post_mortem`,
|
/external/python/cpython3/Doc/library/ |
D | pdb.rst | 142 .. function:: post_mortem(traceback=None)
|
D | doctest.rst | 1692 it does, then post-mortem debugging is invoked, via :func:`pdb.post_mortem`,
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 2171 post_mortem(t)
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2212 * The :func:`pdb.post_mortem` function, used to begin debugging a
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2216 * The :func:`pdb.post_mortem` function, used to begin debugging a
|