Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / pytb / error_locations.pytb.output
Size: Mime:
'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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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