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

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 440
69ace3e2dcf6
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
49 CompleterBase 49 CompleterBase
50 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
51 <table> 51 <table>
52 <tr><td>None</td></tr> 52 <tr><td>None</td></tr>
53 </table> 53 </table>
54 <h3>Class Methods</h3>
55 <table>
56 <tr><td>None</td></tr>
57 </table>
54 <h3>Methods</h3> 58 <h3>Methods</h3>
55 <table> 59 <table>
56 <tr> 60 <tr>
57 <td><a href="#CompleterPython.__init__">CompleterPython</a></td> 61 <td><a href="#CompleterPython.__init__">CompleterPython</a></td>
58 <td>Constructor</td> 62 <td>Constructor</td>
88 <td>Private method to check, if the cursor is within a triple single quoted string.</td> 92 <td>Private method to check, if the cursor is within a triple single quoted string.</td>
89 </tr><tr> 93 </tr><tr>
90 <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td> 94 <td><a href="#CompleterPython.__isClassMethod">__isClassMethod</a></td>
91 <td>Private method to check, if the user is defining a class method.</td> 95 <td>Private method to check, if the user is defining a class method.</td>
92 </tr><tr> 96 </tr><tr>
93 <td><a href="#CompleterPython.__isClassmethodDef">__isClassmethodDef</a></td> 97 <td><a href="#CompleterPython.__isClassMethodDef">__isClassMethodDef</a></td>
94 <td>Private method to check, if the user is defing a classmethod (@classmethod) method.</td> 98 <td>Private method to check, if the user is defing a class method (@classmethod).</td>
99 </tr><tr>
100 <td><a href="#CompleterPython.__isStaticMethodDef">__isStaticMethodDef</a></td>
101 <td>Private method to check, if the user is defing a static method (@staticmethod) method.</td>
95 </tr><tr> 102 </tr><tr>
96 <td><a href="#CompleterPython.charAdded">charAdded</a></td> 103 <td><a href="#CompleterPython.charAdded">charAdded</a></td>
97 <td>Public slot called to handle the user entering a character.</td> 104 <td>Public slot called to handle the user entering a character.</td>
98 </tr><tr> 105 </tr><tr>
99 <td><a href="#CompleterPython.readSettings">readSettings</a></td> 106 <td><a href="#CompleterPython.readSettings">readSettings</a></td>
100 <td>Public slot called to reread the configuration parameters.</td> 107 <td>Public slot called to reread the configuration parameters.</td>
101 </tr> 108 </tr>
109 </table>
110 <h3>Static Methods</h3>
111 <table>
112 <tr><td>None</td></tr>
102 </table> 113 </table>
103 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a> 114 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a>
104 <h4>CompleterPython (Constructor)</h4> 115 <h4>CompleterPython (Constructor)</h4>
105 <b>CompleterPython</b>(<i>editor, parent = None</i>) 116 <b>CompleterPython</b>(<i>editor, parent = None</i>)
106 <p> 117 <p>
218 </p><dl> 229 </p><dl>
219 <dt>Returns:</dt> 230 <dt>Returns:</dt>
220 <dd> 231 <dd>
221 flag indicating the definition of a class method (boolean) 232 flag indicating the definition of a class method (boolean)
222 </dd> 233 </dd>
223 </dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a> 234 </dl><a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a>
224 <h4>CompleterPython.__isClassmethodDef</h4> 235 <h4>CompleterPython.__isClassMethodDef</h4>
225 <b>__isClassmethodDef</b>(<i></i>) 236 <b>__isClassMethodDef</b>(<i></i>)
226 <p> 237 <p>
227 Private method to check, if the user is defing a classmethod 238 Private method to check, if the user is defing a class method
228 (@classmethod) method. 239 (@classmethod).
229 </p><dl> 240 </p><dl>
230 <dt>Returns:</dt> 241 <dt>Returns:</dt>
231 <dd> 242 <dd>
232 flag indicating the definition of a classmethod method (boolean) 243 flag indicating the definition of a class method (boolean)
244 </dd>
245 </dl><a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a>
246 <h4>CompleterPython.__isStaticMethodDef</h4>
247 <b>__isStaticMethodDef</b>(<i></i>)
248 <p>
249 Private method to check, if the user is defing a static method
250 (@staticmethod) method.
251 </p><dl>
252 <dt>Returns:</dt>
253 <dd>
254 flag indicating the definition of a static method (boolean)
233 </dd> 255 </dd>
234 </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> 256 </dl><a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a>
235 <h4>CompleterPython.charAdded</h4> 257 <h4>CompleterPython.charAdded</h4>
236 <b>charAdded</b>(<i>charNumber</i>) 258 <b>charAdded</b>(<i>charNumber</i>)
237 <p> 259 <p>

eric ide

mercurial