src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.PyDocstringGenerator.html

branch
eric7
changeset 9427
905e7af29101
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
9426:e2a52d98ad20 9427:905e7af29101
66 <td><a href="#PyDocstringGenerator.__generateDocstring">__generateDocstring</a></td> 66 <td><a href="#PyDocstringGenerator.__generateDocstring">__generateDocstring</a></td>
67 <td>Private method to generate the list of docstring lines.</td> 67 <td>Private method to generate the list of docstring lines.</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#PyDocstringGenerator.__generateDocstringFromBelow">__generateDocstringFromBelow</a></td> 70 <td><a href="#PyDocstringGenerator.__generateDocstringFromBelow">__generateDocstringFromBelow</a></td>
71 <td>Private method to generate a docstring when the gicen position is on the line below the end of the definition.</td> 71 <td>Private method to generate a docstring when the given position is on the line below the end of the definition.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#PyDocstringGenerator.__generateDocstringFromStart">__generateDocstringFromStart</a></td> 74 <td><a href="#PyDocstringGenerator.__generateDocstringFromStart">__generateDocstringFromStart</a></td>
75 <td>Private method to generate a docstring based on the cursor being placed on the first line of the definition.</td> 75 <td>Private method to generate a docstring based on the cursor being placed on the first line of the definition.</td>
76 </tr> 76 </tr>
172 <a NAME="PyDocstringGenerator.__generateDocstringFromBelow" ID="PyDocstringGenerator.__generateDocstringFromBelow"></a> 172 <a NAME="PyDocstringGenerator.__generateDocstringFromBelow" ID="PyDocstringGenerator.__generateDocstringFromBelow"></a>
173 <h4>PyDocstringGenerator.__generateDocstringFromBelow</h4> 173 <h4>PyDocstringGenerator.__generateDocstringFromBelow</h4>
174 <b>__generateDocstringFromBelow</b>(<i>cursorPosition</i>) 174 <b>__generateDocstringFromBelow</b>(<i>cursorPosition</i>)
175 175
176 <p> 176 <p>
177 Private method to generate a docstring when the gicen position is on 177 Private method to generate a docstring when the given position is on
178 the line below the end of the definition. 178 the line below the end of the definition.
179 </p> 179 </p>
180 <dl> 180 <dl>
181 181
182 <dt><i>cursorPosition</i> (tuple of (int, int))</dt> 182 <dt><i>cursorPosition</i> (tuple of (int, int))</dt>

eric ide

mercurial