Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html

changeset 1223
199ad2f5be4e
parent 945
8cd4d08fa9f6
child 1228
7afaf2fca55b
--- a/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html	Fri Aug 19 17:36:45 2011 +0200
+++ b/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html	Fri Aug 19 17:37:32 2011 +0200
@@ -90,8 +90,11 @@
 <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td>
 <td>Private method to check, if the user is defining a class method.</td>
 </tr><tr>
-<td><a href="#CompleterPython.__isClassmethodDef">__isClassmethodDef</a></td>
-<td>Private method to check, if the user is defing a classmethod (@classmethod) method.</td>
+<td><a href="#CompleterPython.__isClassMethodDef">__isClassMethodDef</a></td>
+<td>Private method to check, if the user is defing a class method (@classmethod).</td>
+</tr><tr>
+<td><a href="#CompleterPython.__isStaticMethodDef">__isStaticMethodDef</a></td>
+<td>Private method to check, if the user is defing a static method (@staticmethod) method.</td>
 </tr><tr>
 <td><a href="#CompleterPython.charAdded">charAdded</a></td>
 <td>Public slot called to handle the user entering a character.</td>
@@ -220,16 +223,27 @@
 <dd>
 flag indicating the definition of a class method (boolean)
 </dd>
-</dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a>
-<h4>CompleterPython.__isClassmethodDef</h4>
-<b>__isClassmethodDef</b>(<i></i>)
+</dl><a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a>
+<h4>CompleterPython.__isClassMethodDef</h4>
+<b>__isClassMethodDef</b>(<i></i>)
 <p>
-        Private method to check, if the user is defing a classmethod
-        (@classmethod) method.
+        Private method to check, if the user is defing a class method
+        (@classmethod).
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-flag indicating the definition of a classmethod method (boolean)
+flag indicating the definition of a class method (boolean)
+</dd>
+</dl><a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a>
+<h4>CompleterPython.__isStaticMethodDef</h4>
+<b>__isStaticMethodDef</b>(<i></i>)
+<p>
+        Private method to check, if the user is defing a static method
+        (@staticmethod) method.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the definition of a static method (boolean)
 </dd>
 </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a>
 <h4>CompleterPython.charAdded</h4>

eric ide

mercurial