Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_traceback.py727 def dec_error(func): function
732 @dec_error
737 lineno_dec_error = dec_error.__code__.co_firstlineno
743 ' @dec_error\n'
745 f' File "{__file__}", line {lineno_dec_error + 1}, in dec_error\n'
751 @dec_error
761 ' @dec_error\n'
763 f' File "{__file__}", line {lineno_dec_error + 1}, in dec_error\n'

Completed in 5 milliseconds