Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc09cf1 commit 461fcaaCopy full SHA for 461fcaa
1 file changed
Tools/scripts/pycolorize.py
@@ -2,6 +2,7 @@
2
'Convert Python source code to HTML with colorized markup'
3
4
__all__ = ['colorize', 'build_page', 'default_css', 'default_html']
5
+__author__ = 'Raymond Hettinger'
6
7
import keyword, tokenize, cgi, functools
8
0 commit comments