Home
last modified time | relevance | path

Searched refs:format_tb (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Doc/library/
Dtraceback.rst123 .. function:: format_tb(tb[, limit])
199 print "*** format_tb:"
200 print repr(traceback.format_tb(exc_traceback))
236 *** format_tb:
/external/python/cpython2/Lib/
Dtraceback.py74 def format_tb(tb, limit = None): function
141 list = list + format_tb(tb, limit)
Dcgi.py936 list = traceback.format_tb(tb, limit) + \
/external/python/cpython3/Doc/library/
Dtraceback.rst153 .. function:: format_tb(tb, limit=None)
402 print("*** format_tb:")
403 print(repr(traceback.format_tb(exc_traceback)))
441 *** format_tb:
Dtracemalloc.rst678 Similar to the :func:`traceback.format_tb` function, except that
/external/python/cpython2/Lib/test/
Dtest_traceback.py192 ''.join(traceback.format_tb(tb))
/external/python/cpython3/Lib/
Dtraceback.py55 def format_tb(tb, limit=None): function
Dcgi.py893 list = traceback.format_tb(tb, limit) + \
/external/python/cpython3/Lib/test/
Dtest_traceback.py233 ''.join(traceback.format_tb(tb))
Dtest_exceptions.py1052 return traceback.format_tb(tb)