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> |