loguru/tests/exceptions/output/diagnose/multilines_repr.txt

18 lines
780 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Traceback (most recent call last):
File "tests/exceptions/source/diagnose/multilines_repr.py", line 20, in <module>
multiline()
└ <function multiline at 0xDEADBEEF>
File "tests/exceptions/source/diagnose/multilines_repr.py", line 16, in multiline
a + b
│ └ [[1, 2, 3]
│  [4, 5, 6]
│  [7, 8, 9]]
└ [[1, 2, 3]
  [4, 5, 6]
  [7, 8, 9]]
TypeError: unsupported operand type(s) for +: 'A' and 'A'