74 <td><a href="#LexerPython.isCommentStyle">isCommentStyle</a></td> |
74 <td><a href="#LexerPython.isCommentStyle">isCommentStyle</a></td> |
75 <td>Public method to check, if a style is a comment style.</td> |
75 <td>Public method to check, if a style is a comment style.</td> |
76 </tr><tr> |
76 </tr><tr> |
77 <td><a href="#LexerPython.isStringStyle">isStringStyle</a></td> |
77 <td><a href="#LexerPython.isStringStyle">isStringStyle</a></td> |
78 <td>Public method to check, if a style is a string style.</td> |
78 <td>Public method to check, if a style is a string style.</td> |
|
79 </tr><tr> |
|
80 <td><a href="#LexerPython.language">language</a></td> |
|
81 <td>Public method to get the lexer language.</td> |
79 </tr> |
82 </tr> |
80 </table> |
83 </table> |
81 <a NAME="LexerPython.__init__" ID="LexerPython.__init__"></a> |
84 <a NAME="LexerPython.__init__" ID="LexerPython.__init__"></a> |
82 <h4>LexerPython (Constructor)</h4> |
85 <h4>LexerPython (Constructor)</h4> |
83 <b>LexerPython</b>(<i>parent=None</i>) |
86 <b>LexerPython</b>(<i>variant = "", parent = None</i>) |
84 <p> |
87 <p> |
85 Constructor |
88 Constructor |
86 </p><dl> |
89 </p><dl> |
87 <dt><i>parent</i></dt> |
90 <dt><i>variant</i></dt> |
|
91 <dd> |
|
92 name of the language variant (string) |
|
93 </dd><dt><i>parent</i></dt> |
88 <dd> |
94 <dd> |
89 parent widget of this lexer |
95 parent widget of this lexer |
90 </dd> |
96 </dd> |
91 </dl><a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a> |
97 </dl><a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a> |
92 <h4>LexerPython.autoCompletionWordSeparators</h4> |
98 <h4>LexerPython.autoCompletionWordSeparators</h4> |