Home
last modified time | relevance | path

Searched refs:print_tb (Results 1 – 7 of 7) 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/devlib/devlib/
Dexception.py87 traceback.print_tb(tb, file=sio)
/external/python/cpython2/Lib/
Dtraceback.py46 def print_tb(tb, limit=None, file=None): function
125 print_tb(tb, limit, file)
/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/antlr-3.4/runtime/Python/
Dxmlrunner.py79 traceback.print_tb(error[2], None, tb_stream)