365 <tr> |
365 <tr> |
366 <td><a href="#Project.__pluginExtractVersion">__pluginExtractVersion</a></td> |
366 <td><a href="#Project.__pluginExtractVersion">__pluginExtractVersion</a></td> |
367 <td>Private method to extract the version number entry.</td> |
367 <td>Private method to extract the version number entry.</td> |
368 </tr> |
368 </tr> |
369 <tr> |
369 <tr> |
370 <td><a href="#Project.__pluginVersionToTuple">__pluginVersionToTuple</a></td> |
|
371 <td>Private method to convert a plug-in version string into a version tuple.</td> |
|
372 </tr> |
|
373 <tr> |
|
374 <td><a href="#Project.__readDebugProperties">__readDebugProperties</a></td> |
370 <td><a href="#Project.__readDebugProperties">__readDebugProperties</a></td> |
375 <td>Private method to read in the project debugger properties file (.edj or .e4d).</td> |
371 <td>Private method to read in the project debugger properties file (.edj or .e4d).</td> |
376 </tr> |
372 </tr> |
377 <tr> |
373 <tr> |
378 <td><a href="#Project.__readProject">__readProject</a></td> |
374 <td><a href="#Project.__readProject">__readProject</a></td> |
1659 <dt>Return:</dt> |
1655 <dt>Return:</dt> |
1660 <dd> |
1656 <dd> |
1661 version string (string) |
1657 version string (string) |
1662 </dd> |
1658 </dd> |
1663 </dl> |
1659 </dl> |
1664 <a NAME="Project.__pluginVersionToTuple" ID="Project.__pluginVersionToTuple"></a> |
|
1665 <h4>Project.__pluginVersionToTuple</h4> |
|
1666 <b>__pluginVersionToTuple</b>(<i>versionStr</i>) |
|
1667 |
|
1668 <p> |
|
1669 Private method to convert a plug-in version string into a version |
|
1670 tuple. |
|
1671 </p> |
|
1672 <dl> |
|
1673 |
|
1674 <dt><i>versionStr</i> (str)</dt> |
|
1675 <dd> |
|
1676 version string to be converted |
|
1677 </dd> |
|
1678 </dl> |
|
1679 <dl> |
|
1680 <dt>Return:</dt> |
|
1681 <dd> |
|
1682 version info as a tuple |
|
1683 </dd> |
|
1684 </dl> |
|
1685 <dl> |
|
1686 <dt>Return Type:</dt> |
|
1687 <dd> |
|
1688 tuple of int and str |
|
1689 </dd> |
|
1690 </dl> |
|
1691 <a NAME="Project.__readDebugProperties" ID="Project.__readDebugProperties"></a> |
1660 <a NAME="Project.__readDebugProperties" ID="Project.__readDebugProperties"></a> |
1692 <h4>Project.__readDebugProperties</h4> |
1661 <h4>Project.__readDebugProperties</h4> |
1693 <b>__readDebugProperties</b>(<i>quiet=False</i>) |
1662 <b>__readDebugProperties</b>(<i>quiet=False</i>) |
1694 |
1663 |
1695 <p> |
1664 <p> |