Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 2768
eab35f6e709f
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2766:c413e9eeaf95 2768:eab35f6e709f
328 <td><a href="#Function.__init__">Function</a></td> 328 <td><a href="#Function.__init__">Function</a></td>
329 <td>Constructor</td> 329 <td>Constructor</td>
330 </tr><tr> 330 </tr><tr>
331 <td><a href="#Function.addDescription">addDescription</a></td> 331 <td><a href="#Function.addDescription">addDescription</a></td>
332 <td>Public method to store the functions docstring.</td> 332 <td>Public method to store the functions docstring.</td>
333 </tr><tr>
334 <td><a href="#Function.setEndLine">setEndLine</a></td>
335 <td>Public method to record the number of the last line of a class.</td>
333 </tr> 336 </tr>
334 </table> 337 </table>
335 <h3>Static Methods</h3> 338 <h3>Static Methods</h3>
336 <table> 339 <table>
337 <tr><td>None</td></tr> 340 <tr><td>None</td></tr>
371 Public method to store the functions docstring. 374 Public method to store the functions docstring.
372 </p><dl> 375 </p><dl>
373 <dt><i>description</i></dt> 376 <dt><i>description</i></dt>
374 <dd> 377 <dd>
375 the docstring to be stored (string) 378 the docstring to be stored (string)
379 </dd>
380 </dl><a NAME="Function.setEndLine" ID="Function.setEndLine"></a>
381 <h4>Function.setEndLine</h4>
382 <b>setEndLine</b>(<i>endLineNo</i>)
383 <p>
384 Public method to record the number of the last line of a class.
385 </p><dl>
386 <dt><i>endLineNo</i></dt>
387 <dd>
388 number of the last line (integer)
376 </dd> 389 </dd>
377 </dl> 390 </dl>
378 <div align="right"><a href="#top">Up</a></div> 391 <div align="right"><a href="#top">Up</a></div>
379 <hr /><hr /> 392 <hr /><hr />
380 <a NAME="Module" ID="Module"></a> 393 <a NAME="Module" ID="Module"></a>

eric ide

mercurial