Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_traceback.py445 def f_with_multiline(): function
450 lineno_f = f_with_multiline.__code__.co_firstlineno
455 f' File "{__file__}", line {lineno_f+1}, in f_with_multiline\n'
459 result_lines = self.get_exception(f_with_multiline)
476 def f_with_multiline(): function
480 lineno_f = f_with_multiline.__code__.co_firstlineno
486 f' File "{__file__}", line {lineno_f+2}, in f_with_multiline\n'
494 result_lines = self.get_exception(f_with_multiline)
500 def f_with_multiline(): function
506 lineno_f = f_with_multiline
[all...]

Completed in 2 milliseconds