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

branch
sub_styles
changeset 6866
b792455b35cd
parent 3673
e26d7d0c1088
child 6876
af2ae79e03b3
equal deleted inserted replaced
6865:a65349424cb7 6866:b792455b35cd
43 <h2>LexerPython</h2> 43 <h2>LexerPython</h2>
44 <p> 44 <p>
45 Subclass to implement some additional lexer dependant methods. 45 Subclass to implement some additional lexer dependant methods.
46 </p> 46 </p>
47 <h3>Derived from</h3> 47 <h3>Derived from</h3>
48 Lexer, QsciLexerPython 48 SubstyledLexer, QsciLexerPython
49 <h3>Class Attributes</h3> 49 <h3>Class Attributes</h3>
50 <table> 50 <table>
51 <tr><td>None</td></tr> 51 <tr><td>None</td></tr>
52 </table> 52 </table>
53 <h3>Class Methods</h3> 53 <h3>Class Methods</h3>
56 </table> 56 </table>
57 <h3>Methods</h3> 57 <h3>Methods</h3>
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#LexerPython.__init__">LexerPython</a></td> 60 <td><a href="#LexerPython.__init__">LexerPython</a></td>
61 <td>Constructor</td> 61 <td>__future__ with_statement unicode_literals print_function division absolute_import generator_stop annotations</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#LexerPython.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> 63 <td><a href="#LexerPython.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td>
64 <td>Public method to return the list of separators for autocompletion.</td> 64 <td>Public method to return the list of separators for autocompletion.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#LexerPython.defaultKeywords">defaultKeywords</a></td> 66 <td><a href="#LexerPython.defaultKeywords">defaultKeywords</a></td>
91 </table> 91 </table>
92 <a NAME="LexerPython.__init__" ID="LexerPython.__init__"></a> 92 <a NAME="LexerPython.__init__" ID="LexerPython.__init__"></a>
93 <h4>LexerPython (Constructor)</h4> 93 <h4>LexerPython (Constructor)</h4>
94 <b>LexerPython</b>(<i>variant="", parent=None</i>) 94 <b>LexerPython</b>(<i>variant="", parent=None</i>)
95 <p> 95 <p>
96 Constructor 96 __future__ with_statement unicode_literals print_function division
97 </p><dl> 97 absolute_import generator_stop annotations
98 <dt><i>variant</i></dt> 98 </p><a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a>
99 <dd>
100 name of the language variant (string)
101 </dd><dt><i>parent</i></dt>
102 <dd>
103 parent widget of this lexer
104 </dd>
105 </dl><a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a>
106 <h4>LexerPython.autoCompletionWordSeparators</h4> 99 <h4>LexerPython.autoCompletionWordSeparators</h4>
107 <b>autoCompletionWordSeparators</b>(<i></i>) 100 <b>autoCompletionWordSeparators</b>(<i></i>)
108 <p> 101 <p>
109 Public method to return the list of separators for autocompletion. 102 Public method to return the list of separators for autocompletion.
110 </p><dl> 103 </p><dl>

eric ide

mercurial