Lines Matching refs:f_with_multiline
445 def f_with_multiline():
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():
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():
506 lineno_f = f_with_multiline.__code__.co_firstlineno
511 f' File "{__file__}", line {lineno_f+2}, in f_with_multiline\n'
515 result_lines = self.get_exception(f_with_multiline)