Home
last modified time | relevance | path

Searched refs:format_tb (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py16 from traceback import format_tb namespace
155 e.__class__, str(e), format_tb(e.__traceback__)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures2.py25 tb = ''.join(traceback.format_tb(e.__traceback__))
/third_party/python/Lib/
H A Dtraceback.py12 'format_tb', 'print_exc', 'format_exc', 'print_exception',
57 def format_tb(tb, limit=None): function
H A Dcgi.py898 list = traceback.format_tb(tb, limit) + \
/third_party/python/Lib/test/
H A Dtest_exceptions.py1480 return traceback.format_tb(tb)
H A Dtest_traceback.py900 ''.join(traceback.format_tb(tb))

Completed in 11 milliseconds