src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.idlclbr.html

branch
eric7
changeset 9503
ae9232bf4854
parent 9236
db53a9efe7ef
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
61 <tr> 61 <tr>
62 <td><a href="#calculateMethodEndline">calculateMethodEndline</a></td> 62 <td><a href="#calculateMethodEndline">calculateMethodEndline</a></td>
63 <td>Function to calculate the end line.</td> 63 <td>Function to calculate the end line.</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#clearModulesCache">clearModulesCache</a></td>
67 <td>Function to clear the cached modules.</td>
68 </tr>
69 <tr>
66 <td><a href="#readmodule_ex">readmodule_ex</a></td> 70 <td><a href="#readmodule_ex">readmodule_ex</a></td>
67 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td> 71 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td>
68 </tr> 72 </tr>
69 <tr> 73 <tr>
70 <td><a href="#scan">scan</a></td> 74 <td><a href="#scan">scan</a></td>
441 </dd> 445 </dd>
442 </dl> 446 </dl>
443 <div align="right"><a href="#top">Up</a></div> 447 <div align="right"><a href="#top">Up</a></div>
444 <hr /> 448 <hr />
445 <hr /> 449 <hr />
450 <a NAME="clearModulesCache" ID="clearModulesCache"></a>
451 <h2>clearModulesCache</h2>
452 <b>clearModulesCache</b>(<i></i>)
453
454 <p>
455 Function to clear the cached modules.
456 </p>
457 <div align="right"><a href="#top">Up</a></div>
458 <hr />
459 <hr />
446 <a NAME="readmodule_ex" ID="readmodule_ex"></a> 460 <a NAME="readmodule_ex" ID="readmodule_ex"></a>
447 <h2>readmodule_ex</h2> 461 <h2>readmodule_ex</h2>
448 <b>readmodule_ex</b>(<i>module, path=None</i>) 462 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>)
449 463
450 <p> 464 <p>
451 Read a CORBA IDL file and return a dictionary of classes, functions and 465 Read a CORBA IDL file and return a dictionary of classes, functions and
452 modules. 466 modules.
453 </p> 467 </p>
454 <dl> 468 <dl>
455 469
456 <dt><i>module</i> (str)</dt> 470 <dt><i>module</i> (str)</dt>
457 <dd> 471 <dd>
458 name of the CORBA IDL file 472 name of the IDL file
459 </dd> 473 </dd>
460 <dt><i>path</i> (list of str)</dt> 474 <dt><i>path</i> (list of str)</dt>
461 <dd> 475 <dd>
462 path the file should be searched in 476 path the file should be searched in
477 </dd>
478 <dt><i>isTypeFile</i> (bool)</dt>
479 <dd>
480 flag indicating a file of this type
463 </dd> 481 </dd>
464 </dl> 482 </dl>
465 <dl> 483 <dl>
466 <dt>Return:</dt> 484 <dt>Return:</dt>
467 <dd> 485 <dd>

eric ide

mercurial