Home
last modified time | relevance | path

Searched refs:print_tb (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Doc/library/
Dtraceback.rst26 .. function:: print_tb(tb, limit=None, file=None)
43 *tb* to *file*. This differs from :func:`print_tb` in the following
61 The optional *limit* argument has the same meaning as for :func:`print_tb`.
96 :func:`print_tb`.
107 the same meaning as for :func:`print_tb`. A "pre-processed" stack trace
413 print("*** print_tb:")
414 traceback.print_tb(exc_traceback, limit=1, file=sys.stdout)
440 *** print_tb:
/third_party/PyYAML/tests/lib/
Dtest_appliance.py98 traceback.print_tb(info[2], file=sys.stdout)
/third_party/python/Lib/
Dtraceback.py45 def print_tb(tb, limit=None, file=None): function
/third_party/python/Lib/test/
Dtest_zipimport.py23 from traceback import extract_tb, extract_stack, print_tb
722 print_tb(tb, 1, s)
Dtest_traceback.py320 traceback.print_tb(tb)
322 traceback.print_tb(tb, file=tbfile)
/third_party/python/Doc/whatsnew/
D3.5.rst1957 Both the :func:`~traceback.print_tb` and :func:`~traceback.print_stack` functions