88 <td>Private method to check, if the cursor is within a triple single quoted string.</td> |
88 <td>Private method to check, if the cursor is within a triple single quoted string.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td> |
90 <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td> |
91 <td>Private method to check, if the user is defining a class method.</td> |
91 <td>Private method to check, if the user is defining a class method.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#CompleterPython.__isClassmethodDef">__isClassmethodDef</a></td> |
93 <td><a href="#CompleterPython.__isClassMethodDef">__isClassMethodDef</a></td> |
94 <td>Private method to check, if the user is defing a classmethod (@classmethod) method.</td> |
94 <td>Private method to check, if the user is defing a class method (@classmethod).</td> |
|
95 </tr><tr> |
|
96 <td><a href="#CompleterPython.__isStaticMethodDef">__isStaticMethodDef</a></td> |
|
97 <td>Private method to check, if the user is defing a static method (@staticmethod) method.</td> |
95 </tr><tr> |
98 </tr><tr> |
96 <td><a href="#CompleterPython.charAdded">charAdded</a></td> |
99 <td><a href="#CompleterPython.charAdded">charAdded</a></td> |
97 <td>Public slot called to handle the user entering a character.</td> |
100 <td>Public slot called to handle the user entering a character.</td> |
98 </tr><tr> |
101 </tr><tr> |
99 <td><a href="#CompleterPython.readSettings">readSettings</a></td> |
102 <td><a href="#CompleterPython.readSettings">readSettings</a></td> |
218 </p><dl> |
221 </p><dl> |
219 <dt>Returns:</dt> |
222 <dt>Returns:</dt> |
220 <dd> |
223 <dd> |
221 flag indicating the definition of a class method (boolean) |
224 flag indicating the definition of a class method (boolean) |
222 </dd> |
225 </dd> |
223 </dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a> |
226 </dl><a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a> |
224 <h4>CompleterPython.__isClassmethodDef</h4> |
227 <h4>CompleterPython.__isClassMethodDef</h4> |
225 <b>__isClassmethodDef</b>(<i></i>) |
228 <b>__isClassMethodDef</b>(<i></i>) |
226 <p> |
229 <p> |
227 Private method to check, if the user is defing a classmethod |
230 Private method to check, if the user is defing a class method |
228 (@classmethod) method. |
231 (@classmethod). |
229 </p><dl> |
232 </p><dl> |
230 <dt>Returns:</dt> |
233 <dt>Returns:</dt> |
231 <dd> |
234 <dd> |
232 flag indicating the definition of a classmethod method (boolean) |
235 flag indicating the definition of a class method (boolean) |
|
236 </dd> |
|
237 </dl><a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a> |
|
238 <h4>CompleterPython.__isStaticMethodDef</h4> |
|
239 <b>__isStaticMethodDef</b>(<i></i>) |
|
240 <p> |
|
241 Private method to check, if the user is defing a static method |
|
242 (@staticmethod) method. |
|
243 </p><dl> |
|
244 <dt>Returns:</dt> |
|
245 <dd> |
|
246 flag indicating the definition of a static method (boolean) |
233 </dd> |
247 </dd> |
234 </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> |
248 </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> |
235 <h4>CompleterPython.charAdded</h4> |
249 <h4>CompleterPython.charAdded</h4> |
236 <b>charAdded</b>(<i>charNumber</i>) |
250 <b>charAdded</b>(<i>charNumber</i>) |
237 <p> |
251 <p> |