summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pytb/error_locations.pytb.output
blob: 1589d9bfc012740762a8b4a7d0a5f6902983a217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
'Traceback (most recent call last):\n' Generic.Traceback

'  File '     Text
'"/home/tb.py"' Name.Builtin
', line '     Text
'13'          Literal.Number
', in '       Text
'<module>'    Name
'\n'          Text.Whitespace

'    '        Text.Whitespace
'in_Python_3_11' Name
'('           Punctuation
')'           Punctuation
'\n'          Text.Whitespace

'    '        Text.Whitespace
'^^^^^^^^^^^^^^^^' Punctuation.Marker
'\n'          Text.Whitespace

'  File '     Text
'"/home/tb.py"' Name.Builtin
', line '     Text
'2'           Literal.Number
', in '       Text
'in_Python_3_11' Name
'\n'          Text.Whitespace

'    '        Text.Whitespace
'return'      Keyword
' '           Text
'error_locations' Name
'('           Punctuation
')'           Punctuation
'\n'          Text.Whitespace

'           ' Text.Whitespace
'^^^^^^^^^^^^^^^^^' Punctuation.Marker
'\n'          Text.Whitespace

'  File '     Text
'"/home/tb.py"' Name.Builtin
', line '     Text
'5'           Literal.Number
', in '       Text
'error_locations' Name
'\n'          Text.Whitespace

'    '        Text.Whitespace
'return'      Keyword
' '           Text
'are_provided' Name
'('           Punctuation
')'           Punctuation
' '           Text
'is'          Operator.Word
' '           Text
'True'        Keyword.Constant
'\n'          Text.Whitespace

'           ' Text.Whitespace
'^^^^^^^^^^^^^^' Punctuation.Marker
'\n'          Text.Whitespace

'  File '     Text
'"/home/tb.py"' Name.Builtin
', line '     Text
'8'           Literal.Number
', in '       Text
'are_provided' Name
'\n'          Text.Whitespace

'    '        Text.Whitespace
'return'      Keyword
' '           Text
'in_tracebacks' Name
'('           Punctuation
')'           Punctuation
'\n'          Text.Whitespace

'           ' Text.Whitespace
'^^^^^^^^^^^^^^^' Punctuation.Marker
'\n'          Text.Whitespace

'  File '     Text
'"/home/tb.py"' Name.Builtin
', line '     Text
'11'          Literal.Number
', in '       Text
'in_tracebacks' Name
'\n'          Text.Whitespace

'    '        Text.Whitespace
'return'      Keyword
' '           Text
'1'           Literal.Number.Integer
'/'           Operator
'0'           Literal.Number.Integer
'\n'          Text.Whitespace

'           ' Text.Whitespace
'~^~'         Punctuation.Marker
'\n'          Text.Whitespace

'ZeroDivisionError' Generic.Error
': '          Text
'division by zero' Name
'\n'          Text.Whitespace