Searched defs:format_exception (Results 1 - 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
H A D | traceback.py | 7 __all__ = ['extract_stack', 'extract_tb', 'format_exception', 130 def format_exception(etype, value, tb, limit = None): function 242 return ''.join(format_exception(etype, value, tb, limit))
|
/external/python/cpython2/Lib/unittest/test/ |
H A D | test_result.py | 367 def format_exception(*_): member in class:MockTraceback
|
/external/autotest/client/common_lib/ |
H A D | error.py | 8 from traceback import format_exception namespace 18 trace = format_exception(t, o, tb)
|
Completed in 389 milliseconds