204 |
204 |
205 <dl> |
205 <dl> |
206 |
206 |
207 <dt><i>cursorPosition</i> (tuple of (int, int))</dt> |
207 <dt><i>cursorPosition</i> (tuple of (int, int))</dt> |
208 <dd> |
208 <dd> |
209 position of the cursor (line and index) |
209 position of the cursor (line and index) (unused) |
210 </dd> |
210 </dd> |
211 <dt><i>fromStart</i> (bool)</dt> |
211 <dt><i>fromStart</i> (bool)</dt> |
212 <dd> |
212 <dd> |
213 flag indicating that the editor text cursor is placed |
213 flag indicating that the editor text cursor is placed |
214 on the line starting the function definition |
214 on the line starting the function definition (unused) |
215 </dd> |
215 </dd> |
216 </dl> |
216 </dl> |
217 <a NAME="BaseDocstringGenerator.insertDocstringFromShortcut" ID="BaseDocstringGenerator.insertDocstringFromShortcut"></a> |
217 <a NAME="BaseDocstringGenerator.insertDocstringFromShortcut" ID="BaseDocstringGenerator.insertDocstringFromShortcut"></a> |
218 <h4>BaseDocstringGenerator.insertDocstringFromShortcut</h4> |
218 <h4>BaseDocstringGenerator.insertDocstringFromShortcut</h4> |
219 <b>insertDocstringFromShortcut</b>(<i>cursorPosition</i>) |
219 <b>insertDocstringFromShortcut</b>(<i>cursorPosition</i>) |
224 |
224 |
225 <dl> |
225 <dl> |
226 |
226 |
227 <dt><i>cursorPosition</i> (tuple of (int, int))</dt> |
227 <dt><i>cursorPosition</i> (tuple of (int, int))</dt> |
228 <dd> |
228 <dd> |
229 position of the cursor (line and index) |
229 position of the cursor (line and index) (unused) |
230 </dd> |
230 </dd> |
231 </dl> |
231 </dl> |
232 <a NAME="BaseDocstringGenerator.isDocstringIntro" ID="BaseDocstringGenerator.isDocstringIntro"></a> |
232 <a NAME="BaseDocstringGenerator.isDocstringIntro" ID="BaseDocstringGenerator.isDocstringIntro"></a> |
233 <h4>BaseDocstringGenerator.isDocstringIntro</h4> |
233 <h4>BaseDocstringGenerator.isDocstringIntro</h4> |
234 <b>isDocstringIntro</b>(<i>cursorPosition</i>) |
234 <b>isDocstringIntro</b>(<i>cursorPosition</i>) |