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 52 The optional *limit* argument has the same meaning as for :func:`print_tb`. 80 :func:`print_tb`. 91 :func:`print_tb`. A "pre-processed" stack trace entry is a 4-tuple 372 print("*** print_tb:") 373 traceback.print_tb(exc_traceback, limit=1, file=sys.stdout) 397 *** 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/devlib/devlib/ |
D | exception.py | 87 traceback.print_tb(tb, file=sio)
|
/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/antlr-3.4/runtime/Python/ |
D | xmlrunner.py | 79 traceback.print_tb(error[2], None, tb_stream)
|
/external/python/cpython3/Lib/test/ |
D | test_zipimport.py | 19 from traceback import extract_tb, extract_stack, print_tb 612 print_tb(tb, 1, s)
|
D | test_traceback.py | 239 traceback.print_tb(tb) 241 traceback.print_tb(tb, file=tbfile)
|
/external/python/cpython3/Lib/ |
D | traceback.py | 43 def print_tb(tb, limit=None, file=None): function
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 1957 Both the :func:`~traceback.print_tb` and :func:`~traceback.print_stack` functions
|