Documentation/Source/eric6.QScintilla.Lexers.LexerPython.html

branch
sub_styles
changeset 6866
b792455b35cd
parent 3673
e26d7d0c1088
child 6876
af2ae79e03b3
--- a/Documentation/Source/eric6.QScintilla.Lexers.LexerPython.html	Sat Mar 16 20:12:03 2019 +0100
+++ b/Documentation/Source/eric6.QScintilla.Lexers.LexerPython.html	Sat Mar 16 20:14:21 2019 +0100
@@ -45,7 +45,7 @@
     Subclass to implement some additional lexer dependant methods.
 </p>
 <h3>Derived from</h3>
-Lexer, QsciLexerPython
+SubstyledLexer, QsciLexerPython
 <h3>Class Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -58,7 +58,7 @@
 <table>
 <tr>
 <td><a href="#LexerPython.__init__">LexerPython</a></td>
-<td>Constructor</td>
+<td>__future__ with_statement unicode_literals print_function division absolute_import generator_stop annotations</td>
 </tr><tr>
 <td><a href="#LexerPython.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td>
 <td>Public method to return the list of separators for autocompletion.</td>
@@ -93,16 +93,9 @@
 <h4>LexerPython (Constructor)</h4>
 <b>LexerPython</b>(<i>variant="", parent=None</i>)
 <p>
-        Constructor
-</p><dl>
-<dt><i>variant</i></dt>
-<dd>
-name of the language variant (string)
-</dd><dt><i>parent</i></dt>
-<dd>
-parent widget of this lexer
-</dd>
-</dl><a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a>
+__future__ with_statement unicode_literals print_function division
+ absolute_import generator_stop annotations
+</p><a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a>
 <h4>LexerPython.autoCompletionWordSeparators</h4>
 <b>autoCompletionWordSeparators</b>(<i></i>)
 <p>

eric ide

mercurial