src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPython.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
child 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPython.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPython.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,57 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.Lexers.LexerPython</h1>
-
 <p>
 Module implementing a Python lexer with some additional methods.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#LexerPython">LexerPython</a></td>
 <td>Subclass to implement some additional lexer dependant methods.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#createLexer">createLexer</a></td>
 <td>Function to instantiate a lexer object.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="LexerPython" ID="LexerPython"></a>
 <h2>LexerPython</h2>
-
 <p>
     Subclass to implement some additional lexer dependant methods.
 </p>
+
 <h3>Derived from</h3>
 SubstyledLexer, QsciLexerPython
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#LexerPython.__init__">LexerPython</a></td>
 <td>PyQt5 PyQt6 Qsci Qt Qt3DAnimation Qt3DCore Qt3DExtras Qt3DInput Qt3DLogic Qt3DRender QtBluetooth QtChart QtCharts QtCore QtDataVisualization QtDBus QtDesigner QtGui QtHelp QtLocation QtMacExtras QtMultimedia QtMultimediaWidgets QtNetwork QtNetworkAuth QtNfc QtOpenGL QtOpenGLWidgets QtPdf QtPdfWidgets QtPositioning QtPrintSupport QtPurchasing QtQml QtQuick QtQuick3D QtQuickWidgets QtRemoteObjects QtSensors QtSerialPort QtSql QtSvg QtSvgWidgets QtTest QtTextToSpeech QtWebChannel QtWebEngine QtWebEngineCore QtWebEngineQuick QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml QtXmlPatterns sip</td>
@@ -95,16 +91,16 @@
 <td>Public method to get the maximum keyword set.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="LexerPython.__init__" ID="LexerPython.__init__"></a>
 <h4>LexerPython (Constructor)</h4>
 <b>LexerPython</b>(<i>variant="", parent=None</i>)
-
 <p>
  PyQt5 PyQt6 Qsci Qt Qt3DAnimation Qt3DCore Qt3DExtras Qt3DInput Qt3DLogic
  Qt3DRender QtBluetooth QtChart QtCharts QtCore QtDataVisualization QtDBus
@@ -116,13 +112,14 @@
  QtWebEngineWidgets QtWebSockets QtWidgets QtWinExtras QtX11Extras QtXml
  QtXmlPatterns sip
 </p>
+
 <a NAME="LexerPython.autoCompletionWordSeparators" ID="LexerPython.autoCompletionWordSeparators"></a>
 <h4>LexerPython.autoCompletionWordSeparators</h4>
 <b>autoCompletionWordSeparators</b>(<i></i>)
-
 <p>
         Public method to return the list of separators for autocompletion.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -138,10 +135,10 @@
 <a NAME="LexerPython.defaultKeywords" ID="LexerPython.defaultKeywords"></a>
 <h4>LexerPython.defaultKeywords</h4>
 <b>defaultKeywords</b>(<i>kwSet</i>)
-
 <p>
         Public method to get the default keywords.
 </p>
+
 <dl>
 
 <dt><i>kwSet</i> (int)</dt>
@@ -164,10 +161,10 @@
 <a NAME="LexerPython.getIndentationDifference" ID="LexerPython.getIndentationDifference"></a>
 <h4>LexerPython.getIndentationDifference</h4>
 <b>getIndentationDifference</b>(<i>line, editor</i>)
-
 <p>
         Public method to determine the difference for the new indentation.
 </p>
+
 <dl>
 
 <dt><i>line</i> (int)</dt>
@@ -194,17 +191,17 @@
 <a NAME="LexerPython.initProperties" ID="LexerPython.initProperties"></a>
 <h4>LexerPython.initProperties</h4>
 <b>initProperties</b>(<i></i>)
-
 <p>
         Public slot to initialize the properties.
 </p>
+
 <a NAME="LexerPython.isCommentStyle" ID="LexerPython.isCommentStyle"></a>
 <h4>LexerPython.isCommentStyle</h4>
 <b>isCommentStyle</b>(<i>style</i>)
-
 <p>
         Public method to check, if a style is a comment style.
 </p>
+
 <dl>
 
 <dt><i>style</i> (int)</dt>
@@ -227,10 +224,10 @@
 <a NAME="LexerPython.isStringStyle" ID="LexerPython.isStringStyle"></a>
 <h4>LexerPython.isStringStyle</h4>
 <b>isStringStyle</b>(<i>style</i>)
-
 <p>
         Public method to check, if a style is a string style.
 </p>
+
 <dl>
 
 <dt><i>style</i> (int)</dt>
@@ -253,10 +250,10 @@
 <a NAME="LexerPython.language" ID="LexerPython.language"></a>
 <h4>LexerPython.language</h4>
 <b>language</b>(<i></i>)
-
 <p>
         Public method to get the lexer language.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -272,10 +269,10 @@
 <a NAME="LexerPython.maximumKeywordSet" ID="LexerPython.maximumKeywordSet"></a>
 <h4>LexerPython.maximumKeywordSet</h4>
 <b>maximumKeywordSet</b>(<i></i>)
-
 <p>
         Public method to get the maximum keyword set.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -294,10 +291,10 @@
 <a NAME="createLexer" ID="createLexer"></a>
 <h2>createLexer</h2>
 <b>createLexer</b>(<i>variant="", parent=None</i>)
-
 <p>
     Function to instantiate a lexer object.
 </p>
+
 <dl>
 
 <dt><i>variant</i> (str)</dt>
@@ -323,4 +320,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial