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 / pycon / pycon_test.pycon.output
Size: Mime:
'>>> '        Generic.Prompt
':'           Punctuation
'\n'          Text

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

'    '        Text
':'           Punctuation
'\n'          Text

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

'SyntaxError' Generic.Error
': '          Text
'invalid syntax' Name
'\n'          Text

'>>> '        Generic.Prompt
'\n'          Text

'KeyboardInterrupt\n' Name.Class

'>>>\n'       Generic.Output

'\n'          Generic.Output

'>>> '        Generic.Prompt
'1'           Literal.Number.Integer
'/'           Operator
'0'           Literal.Number.Integer
'\n'          Text

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

'   '         Text
'...'         Comment
'\n'          Text

'ZeroDivisionError' Generic.Error
'\n'          Text

'\n'          Generic.Output

'>>> '        Generic.Prompt
'1'           Literal.Number.Integer
'/'           Operator
'0'           Literal.Number.Integer
'   '         Text
'# this used to swallow the traceback' Comment.Single
'\n'          Text

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

'   '         Text
'...'         Comment
'\n'          Text