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

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1223
199ad2f5be4e
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
100 <td>Public slot called to reread the configuration parameters.</td> 100 <td>Public slot called to reread the configuration parameters.</td>
101 </tr> 101 </tr>
102 </table> 102 </table>
103 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a> 103 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a>
104 <h4>CompleterPython (Constructor)</h4> 104 <h4>CompleterPython (Constructor)</h4>
105 <b>CompleterPython</b>(<i>editor, parent = None</i>) 105 <b>CompleterPython</b>(<i>editor, parent=None</i>)
106 <p> 106 <p>
107 Constructor 107 Constructor
108 </p><dl> 108 </p><dl>
109 <dt><i>editor</i></dt> 109 <dt><i>editor</i></dt>
110 <dd> 110 <dd>
127 if, while, for or try statement with less (or equal) indentation. 127 if, while, for or try statement with less (or equal) indentation.
128 </p><a NAME="CompleterPython.__dedentExceptToTry" ID="CompleterPython.__dedentExceptToTry"></a> 128 </p><a NAME="CompleterPython.__dedentExceptToTry" ID="CompleterPython.__dedentExceptToTry"></a>
129 <h4>CompleterPython.__dedentExceptToTry</h4> 129 <h4>CompleterPython.__dedentExceptToTry</h4>
130 <b>__dedentExceptToTry</b>(<i>hasColon</i>) 130 <b>__dedentExceptToTry</b>(<i>hasColon</i>)
131 <p> 131 <p>
132 Private method to dedent the line of the except statement to the last 132 Private method to dedent the line of the except statement to the last
133 try statement with less (or equal) indentation. 133 try statement with less (or equal) indentation.
134 </p><dl> 134 </p><dl>
135 <dt><i>hasColon</i></dt> 135 <dt><i>hasColon</i></dt>
136 <dd> 136 <dd>
137 flag indicating the except type (boolean) 137 flag indicating the except type (boolean)
138 </dd> 138 </dd>
139 </dl><a NAME="CompleterPython.__dedentFinallyToTry" ID="CompleterPython.__dedentFinallyToTry"></a> 139 </dl><a NAME="CompleterPython.__dedentFinallyToTry" ID="CompleterPython.__dedentFinallyToTry"></a>
140 <h4>CompleterPython.__dedentFinallyToTry</h4> 140 <h4>CompleterPython.__dedentFinallyToTry</h4>
141 <b>__dedentFinallyToTry</b>(<i></i>) 141 <b>__dedentFinallyToTry</b>(<i></i>)
142 <p> 142 <p>
143 Private method to dedent the line of the except statement to the last 143 Private method to dedent the line of the except statement to the last
144 try statement with less (or equal) indentation. 144 try statement with less (or equal) indentation.
145 </p><a NAME="CompleterPython.__dedentToIf" ID="CompleterPython.__dedentToIf"></a> 145 </p><a NAME="CompleterPython.__dedentToIf" ID="CompleterPython.__dedentToIf"></a>
146 <h4>CompleterPython.__dedentToIf</h4> 146 <h4>CompleterPython.__dedentToIf</h4>
147 <b>__dedentToIf</b>(<i></i>) 147 <b>__dedentToIf</b>(<i></i>)
148 <p> 148 <p>
222 </dd> 222 </dd>
223 </dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a> 223 </dl><a NAME="CompleterPython.__isClassmethodDef" ID="CompleterPython.__isClassmethodDef"></a>
224 <h4>CompleterPython.__isClassmethodDef</h4> 224 <h4>CompleterPython.__isClassmethodDef</h4>
225 <b>__isClassmethodDef</b>(<i></i>) 225 <b>__isClassmethodDef</b>(<i></i>)
226 <p> 226 <p>
227 Private method to check, if the user is defing a classmethod 227 Private method to check, if the user is defing a classmethod
228 (@classmethod) method. 228 (@classmethod) method.
229 </p><dl> 229 </p><dl>
230 <dt>Returns:</dt> 230 <dt>Returns:</dt>
231 <dd> 231 <dd>
232 flag indicating the definition of a classmethod method (boolean) 232 flag indicating the definition of a classmethod method (boolean)

eric ide

mercurial