Home
last modified time | relevance | path

Searched refs:print_last (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dtraceback.py247 def print_last(limit=None, file=None): function
/external/python/cpython3/Lib/
Dtraceback.py169 def print_last(limit=None, file=None, chain=True): function
/external/python/cpython2/Doc/library/
Dtraceback.rst59 .. function:: print_last([limit[, file]])
/external/python/cpython3/Doc/library/
Dtraceback.rst72 .. function:: print_last(limit=None, file=None, chain=True)