eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html

changeset 7693
a51f82458a1b
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7692:94f0017f9372 7693:a51f82458a1b
60 60
61 <tr> 61 <tr>
62 <td><a href="#readmodule_ex">readmodule_ex</a></td> 62 <td><a href="#readmodule_ex">readmodule_ex</a></td>
63 <td>Read a JavaScript file and return a dictionary of functions and variables.</td> 63 <td>Read a JavaScript file and return a dictionary of functions and variables.</td>
64 </tr> 64 </tr>
65 <tr>
66 <td><a href="#scan">scan</a></td>
67 <td>Public method to scan the given source text.</td>
68 </tr>
65 </table> 69 </table>
66 <hr /> 70 <hr />
67 <hr /> 71 <hr />
68 <a NAME="Attribute" ID="Attribute"></a> 72 <a NAME="Attribute" ID="Attribute"></a>
69 <h2>Attribute</h2> 73 <h2>Attribute</h2>
456 the resulting dictionary 460 the resulting dictionary
457 </dd> 461 </dd>
458 </dl> 462 </dl>
459 <div align="right"><a href="#top">Up</a></div> 463 <div align="right"><a href="#top">Up</a></div>
460 <hr /> 464 <hr />
465 <hr />
466 <a NAME="scan" ID="scan"></a>
467 <h2>scan</h2>
468 <b>scan</b>(<i>src, file, module</i>)
469
470 <p>
471 Public method to scan the given source text.
472 </p>
473 <dl>
474
475 <dt><i>src</i> (str)</dt>
476 <dd>
477 source text to be scanned
478 </dd>
479 <dt><i>file</i> (str)</dt>
480 <dd>
481 file name associated with the source text
482 </dd>
483 <dt><i>module</i> (str)</dt>
484 <dd>
485 module name associated with the source text
486 </dd>
487 </dl>
488 <dl>
489 <dt>Returns:</dt>
490 <dd>
491 dictionary containing the extracted data
492 </dd>
493 </dl>
494 <dl>
495 <dt>Return Type:</dt>
496 <dd>
497 dict
498 </dd>
499 </dl>
500 <div align="right"><a href="#top">Up</a></div>
501 <hr />
461 </body></html> 502 </body></html>

eric ide

mercurial