| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PythonParser
Simple python sourcecode highlighter. Usage:
p = PythonParser(source)
p.parse()
for line in p.get_html_output():
print line
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_KEYWORD = 257
|
|||
_TEXT = 258
|
|||
_classes =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|||
_classes
|
| Home | Trees | Indices | Help |
|
|---|