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

branch
eric7
changeset 9503
ae9232bf4854
parent 9209
b99e7fd55fd3
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
52 <tr> 52 <tr>
53 <td><a href="#calculateEndline">calculateEndline</a></td> 53 <td><a href="#calculateEndline">calculateEndline</a></td>
54 <td>Function to calculate the end line.</td> 54 <td>Function to calculate the end line.</td>
55 </tr> 55 </tr>
56 <tr> 56 <tr>
57 <td><a href="#clearModulesCache">clearModulesCache</a></td>
58 <td>Function to clear the cached modules.</td>
59 </tr>
60 <tr>
57 <td><a href="#readmodule_ex">readmodule_ex</a></td> 61 <td><a href="#readmodule_ex">readmodule_ex</a></td>
58 <td>Read a ProtoBuf protocol file and return a dictionary of messages, enums, services and rpc methods.</td> 62 <td>Read a ProtoBuf protocol file and return a dictionary of messages, enums, services and rpc methods.</td>
59 </tr> 63 </tr>
60 <tr> 64 <tr>
61 <td><a href="#scan">scan</a></td> 65 <td><a href="#scan">scan</a></td>
390 </dd> 394 </dd>
391 </dl> 395 </dl>
392 <div align="right"><a href="#top">Up</a></div> 396 <div align="right"><a href="#top">Up</a></div>
393 <hr /> 397 <hr />
394 <hr /> 398 <hr />
399 <a NAME="clearModulesCache" ID="clearModulesCache"></a>
400 <h2>clearModulesCache</h2>
401 <b>clearModulesCache</b>(<i></i>)
402
403 <p>
404 Function to clear the cached modules.
405 </p>
406 <div align="right"><a href="#top">Up</a></div>
407 <hr />
408 <hr />
395 <a NAME="readmodule_ex" ID="readmodule_ex"></a> 409 <a NAME="readmodule_ex" ID="readmodule_ex"></a>
396 <h2>readmodule_ex</h2> 410 <h2>readmodule_ex</h2>
397 <b>readmodule_ex</b>(<i>module, path=None</i>) 411 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>)
398 412
399 <p> 413 <p>
400 Read a ProtoBuf protocol file and return a dictionary of messages, enums, 414 Read a ProtoBuf protocol file and return a dictionary of messages, enums,
401 services and rpc methods. 415 services and rpc methods.
402 </p> 416 </p>
407 name of the ProtoBuf protocol file 421 name of the ProtoBuf protocol file
408 </dd> 422 </dd>
409 <dt><i>path</i> (list of str)</dt> 423 <dt><i>path</i> (list of str)</dt>
410 <dd> 424 <dd>
411 path the file should be searched in 425 path the file should be searched in
426 </dd>
427 <dt><i>isTypeFile</i> (bool)</dt>
428 <dd>
429 flag indicating a file of this type
412 </dd> 430 </dd>
413 </dl> 431 </dl>
414 <dl> 432 <dl>
415 <dt>Return:</dt> 433 <dt>Return:</dt>
416 <dd> 434 <dd>

eric ide

mercurial