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 / pytb_test3.pytb.output
Size: Mime:
'>>> 3/"3"\n' Other

'Traceback (most recent call last):\n' Generic.Traceback

'  File '     Text
'"<stdin>"'   Name.Builtin
', line '     Text
'1'           Literal.Number
', in '       Text
'<module>'    Name
'\n'          Text

'TypeError'   Generic.Error
': '          Text
"unsupported operand type(s) for /: 'int' and 'str'" Name
'\n'          Text

'>>> blah\n'  Other

'Traceback (most recent call last):\n' Generic.Traceback

'  File '     Text
'"<stdin>"'   Name.Builtin
', line '     Text
'1'           Literal.Number
', in '       Text
'<module>'    Name
'\n'          Text

'builtins.NameError' Generic.Error
'\n'          Text