Home
last modified time | relevance | path

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

/external/libnl/python/examples/
Diface.py54 traceback.print_tb(tb)
93 traceback.print_tb(tb)
Dwiphy.py103 traceback.print_tb(tb)
141 traceback.print_tb(tb)
/external/python/cpython2/Doc/library/
Dtraceback.rst24 .. 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/
Dtraceback.rst26 .. 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/
Dtraceback.py46 def print_tb(tb, limit=None, file=None): function
125 print_tb(tb, limit, file)
/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc.py281 traceback.print_tb(ex_tb)
312 traceback.print_tb(ex_tb)
/external/python/cpython2/Lib/test/
Dtest_zipimport.py25 from traceback import extract_tb, extract_stack, print_tb
375 print_tb(tb, 1, s)
/external/antlr/runtime/Python/
Dxmlrunner.py79 traceback.print_tb(error[2], None, tb_stream)
/external/python/cpython3/Lib/
Dtraceback.py45 def print_tb(tb, limit=None, file=None): function
/external/python/cpython3/Lib/test/
Dtest_zipimport.py19 from traceback import extract_tb, extract_stack, print_tb
647 print_tb(tb, 1, s)
Dtest_traceback.py239 traceback.print_tb(tb)
241 traceback.print_tb(tb, file=tbfile)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1957 Both the :func:`~traceback.print_tb` and :func:`~traceback.print_stack` functions