Searched refs:print_tb (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Doc/library/ |
D | traceback.rst | 26 .. 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/ |
D | test_appliance.py | 98 traceback.print_tb(info[2], file=sys.stdout)
|
/third_party/python/Lib/ |
D | traceback.py | 45 def print_tb(tb, limit=None, file=None): function
|
/third_party/python/Lib/test/ |
D | test_zipimport.py | 23 from traceback import extract_tb, extract_stack, print_tb 722 print_tb(tb, 1, s)
|
D | test_traceback.py | 320 traceback.print_tb(tb) 322 traceback.print_tb(tb, file=tbfile)
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 1957 Both the :func:`~traceback.print_tb` and :func:`~traceback.print_stack` functions
|