Home | Trees | Indices | Help |
---|
|
PyQt4.QtGui.QSyntaxHighlighter --+ | PythonHighlighter
Syntax highlighter for the Python language.
|
|||
|
|||
|
|||
|
|
|||
keywords = ['and', 'assert', 'break', 'class', 'continue', 'de
|
|||
operators = ['=', '==', '!=', '<', '<=', '>', '>=', '\+', '-',
|
|||
braces = ['\{', '\}', '\(', '\)', '\[', '\]',]
|
|
Do highlighting of multi-line strings. ``delimiter`` should be a ``QRegExp`` for triple-single-quotes or triple-double-quotes, and ``in_state`` should be a unique integer to represent the corresponding state changes when inside those strings. Returns True if we're still inside a multi-line string when this function is finished. |
|
keywords
|
operators
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Jan 27 23:57:20 2013 | http://epydoc.sourceforge.net |