125 </dd> |
125 </dd> |
126 </dl><a NAME="CompleterPython.__dedentDefStatement" ID="CompleterPython.__dedentDefStatement"></a> |
126 </dl><a NAME="CompleterPython.__dedentDefStatement" ID="CompleterPython.__dedentDefStatement"></a> |
127 <h4>CompleterPython.__dedentDefStatement</h4> |
127 <h4>CompleterPython.__dedentDefStatement</h4> |
128 <b>__dedentDefStatement</b>(<i></i>) |
128 <b>__dedentDefStatement</b>(<i></i>) |
129 <p> |
129 <p> |
130 Private method to dedent the line of the def statement to a previous def |
130 Private method to dedent the line of the def statement to a previous |
131 statement or class statement. |
131 def statement or class statement. |
132 </p><a NAME="CompleterPython.__dedentElseToIfWhileForTry" ID="CompleterPython.__dedentElseToIfWhileForTry"></a> |
132 </p><a NAME="CompleterPython.__dedentElseToIfWhileForTry" ID="CompleterPython.__dedentElseToIfWhileForTry"></a> |
133 <h4>CompleterPython.__dedentElseToIfWhileForTry</h4> |
133 <h4>CompleterPython.__dedentElseToIfWhileForTry</h4> |
134 <b>__dedentElseToIfWhileForTry</b>(<i></i>) |
134 <b>__dedentElseToIfWhileForTry</b>(<i></i>) |
135 <p> |
135 <p> |
136 Private method to dedent the line of the else statement to the last |
136 Private method to dedent the line of the else statement to the last |
178 </dd> |
178 </dd> |
179 </dl><a NAME="CompleterPython.__inDoubleQuotedString" ID="CompleterPython.__inDoubleQuotedString"></a> |
179 </dl><a NAME="CompleterPython.__inDoubleQuotedString" ID="CompleterPython.__inDoubleQuotedString"></a> |
180 <h4>CompleterPython.__inDoubleQuotedString</h4> |
180 <h4>CompleterPython.__inDoubleQuotedString</h4> |
181 <b>__inDoubleQuotedString</b>(<i></i>) |
181 <b>__inDoubleQuotedString</b>(<i></i>) |
182 <p> |
182 <p> |
183 Private method to check, if the cursor is within a double quoted string. |
183 Private method to check, if the cursor is within a double quoted |
|
184 string. |
184 </p><dl> |
185 </p><dl> |
185 <dt>Returns:</dt> |
186 <dt>Returns:</dt> |
186 <dd> |
187 <dd> |
187 flag indicating, if the cursor is inside a double |
188 flag indicating, if the cursor is inside a double |
188 quoted string (boolean) |
189 quoted string (boolean) |
189 </dd> |
190 </dd> |
190 </dl><a NAME="CompleterPython.__inSingleQuotedString" ID="CompleterPython.__inSingleQuotedString"></a> |
191 </dl><a NAME="CompleterPython.__inSingleQuotedString" ID="CompleterPython.__inSingleQuotedString"></a> |
191 <h4>CompleterPython.__inSingleQuotedString</h4> |
192 <h4>CompleterPython.__inSingleQuotedString</h4> |
192 <b>__inSingleQuotedString</b>(<i></i>) |
193 <b>__inSingleQuotedString</b>(<i></i>) |
193 <p> |
194 <p> |
194 Private method to check, if the cursor is within a single quoted string. |
195 Private method to check, if the cursor is within a single quoted |
|
196 string. |
195 </p><dl> |
197 </p><dl> |
196 <dt>Returns:</dt> |
198 <dt>Returns:</dt> |
197 <dd> |
199 <dd> |
198 flag indicating, if the cursor is inside a single |
200 flag indicating, if the cursor is inside a single |
199 quoted string (boolean) |
201 quoted string (boolean) |
200 </dd> |
202 </dd> |
201 </dl><a NAME="CompleterPython.__inTripleDoubleQuotedString" ID="CompleterPython.__inTripleDoubleQuotedString"></a> |
203 </dl><a NAME="CompleterPython.__inTripleDoubleQuotedString" ID="CompleterPython.__inTripleDoubleQuotedString"></a> |
202 <h4>CompleterPython.__inTripleDoubleQuotedString</h4> |
204 <h4>CompleterPython.__inTripleDoubleQuotedString</h4> |
203 <b>__inTripleDoubleQuotedString</b>(<i></i>) |
205 <b>__inTripleDoubleQuotedString</b>(<i></i>) |
204 <p> |
206 <p> |
205 Private method to check, if the cursor is within a triple double quoted string. |
207 Private method to check, if the cursor is within a triple double |
|
208 quoted string. |
206 </p><dl> |
209 </p><dl> |
207 <dt>Returns:</dt> |
210 <dt>Returns:</dt> |
208 <dd> |
211 <dd> |
209 flag indicating, if the cursor is inside a triple double |
212 flag indicating, if the cursor is inside a triple double |
210 quoted string (boolean) |
213 quoted string (boolean) |
211 </dd> |
214 </dd> |
212 </dl><a NAME="CompleterPython.__inTripleSingleQuotedString" ID="CompleterPython.__inTripleSingleQuotedString"></a> |
215 </dl><a NAME="CompleterPython.__inTripleSingleQuotedString" ID="CompleterPython.__inTripleSingleQuotedString"></a> |
213 <h4>CompleterPython.__inTripleSingleQuotedString</h4> |
216 <h4>CompleterPython.__inTripleSingleQuotedString</h4> |
214 <b>__inTripleSingleQuotedString</b>(<i></i>) |
217 <b>__inTripleSingleQuotedString</b>(<i></i>) |
215 <p> |
218 <p> |
216 Private method to check, if the cursor is within a triple single quoted string. |
219 Private method to check, if the cursor is within a triple single |
|
220 quoted string. |
217 </p><dl> |
221 </p><dl> |
218 <dt>Returns:</dt> |
222 <dt>Returns:</dt> |
219 <dd> |
223 <dd> |
220 flag indicating, if the cursor is inside a triple single |
224 flag indicating, if the cursor is inside a triple single |
221 quoted string (boolean) |
225 quoted string (boolean) |