Searched refs:print_tb (Results 1 – 12 of 12) sorted by relevance
/external/libnl/python/examples/ |
D | iface.py | 54 traceback.print_tb(tb) 93 traceback.print_tb(tb)
|
D | wiphy.py | 103 traceback.print_tb(tb) 141 traceback.print_tb(tb)
|
/external/python/cpython2/Doc/library/ |
D | traceback.rst | 24 .. function:: print_tb(tb[, limit[, file]]) 35 traceback *tb* to *file*. This differs from :func:`print_tb` in the following 183 print "*** print_tb:" 184 traceback.print_tb(exc_traceback, limit=1, file=sys.stdout) 206 *** print_tb:
|
/external/python/cpython3/Doc/library/ |
D | traceback.rst | 26 .. function:: print_tb(tb, limit=None, file=None) 42 *tb* to *file*. This differs from :func:`print_tb` in the following 56 The optional *limit* argument has the same meaning as for :func:`print_tb`. 87 :func:`print_tb`. 98 the same meaning as for :func:`print_tb`. A "pre-processed" stack trace 384 print("*** print_tb:") 385 traceback.print_tb(exc_traceback, limit=1, file=sys.stdout) 411 *** print_tb:
|
/external/python/cpython2/Lib/ |
D | traceback.py | 46 def print_tb(tb, limit=None, file=None): function 125 print_tb(tb, limit, file)
|
/external/python/cpython2/Lib/test/ |
D | test_zipimport.py | 25 from traceback import extract_tb, extract_stack, print_tb 375 print_tb(tb, 1, s)
|
/external/antlr/runtime/Python/ |
D | xmlrunner.py | 79 traceback.print_tb(error[2], None, tb_stream)
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 346 traceback.print_tb(ex_tb) 389 traceback.print_tb(ex_tb)
|
/external/python/cpython3/Lib/ |
D | traceback.py | 45 def print_tb(tb, limit=None, file=None): function
|
/external/python/cpython3/Lib/test/ |
D | test_zipimport.py | 20 from traceback import extract_tb, extract_stack, print_tb 638 print_tb(tb, 1, s)
|
D | test_traceback.py | 237 traceback.print_tb(tb) 239 traceback.print_tb(tb, file=tbfile)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 1957 Both the :func:`~traceback.print_tb` and :func:`~traceback.print_stack` functions
|